Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed Apr 8, 2023
1 parent c6a153f commit a77ee05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.Node }}
cache: npm
cache-dependency-path: viewer-frontend/package-lock.json

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

- name: Build with Node
working-directory: viewer-frontend
Expand Down
3 changes: 0 additions & 3 deletions viewer-frontend/static/robots.txt

This file was deleted.

0 comments on commit a77ee05

Please sign in to comment.