Skip to content

Commit

Permalink
fix(test): fix front build test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Aug 7, 2023
1 parent 46c5a52 commit 30f21f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
- name: install
run: npm ci && lerna bootstrap --no-ci
run: |
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 30f21f7

Please sign in to comment.