This commit is contained in:
adueck 2023-11-26 14:13:28 +04:00
parent 4f0e9f055f
commit bbaf59587b
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: | - run: |
npm install npm install
cd website
npm install
cd ..
cd account cd account
npm install npm install
npm run build npm run build