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 60c4e37 commit b25c529
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install --prefix ./wjh
- name: install
working-directory: ./wjh
run: npm install
env:
CYPRESS_INSTALL_BINARY: 0
- run: npm build --prefix ./wjh
- name: install
working-directory: ./wjh
run: npm build

# 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 b25c529

Please sign in to comment.