Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Update deploy-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikonP authored Oct 14, 2023
1 parent 7674592 commit d6d7e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
with:
node-version: 18
cache: 'npm'
- run: npm install
- run: npm ci
working-directory: frontend/MASSter-frontend
- run: npm run build
working-directory: frontend/MASSter-frontend
- name: Save build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d6d7e31

Please sign in to comment.