Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils authored Apr 8, 2023
1 parent 6aad810 commit c6a153f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
cache: npm
cache-dependency-path: viewer-frontend/package-lock.json

- name: Install NPM Packages
working-directory: viewer-frontend
run: npm install -g

- name: Build with Node
working-directory: viewer-frontend
run: npm run build
Expand Down

0 comments on commit c6a153f

Please sign in to comment.