Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
itgkarl committed Feb 26, 2024
1 parent 675c059 commit 289a881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
node-version: 18
- name: install
working-directory: ./wjh
run: npm install
run: npm install --no-package-lock
env:
CYPRESS_INSTALL_BINARY: 0
- name: build
working-directory: ./wjh
run: npm build
run: npm build --no-package-lock

# Use cache to share the output across different jobs
# No need to cache node_modules because they are all bundled
Expand Down

0 comments on commit 289a881

Please sign in to comment.