Skip to content

Commit

Permalink
fix(test): fix js build test
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Jul 5, 2023
1 parent 3eccb25 commit a8fd43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache-dependency-path: driver/js/package-lock.json
- name: install
run: |
npm install && lerna bootstrap --no-ci
npm install && npx lerna bootstrap --no-ci
- name: lint & build
run: npm run lint & npm run build
- name: test
Expand Down

0 comments on commit a8fd43d

Please sign in to comment.