Skip to content

Commit

Permalink
ci: replace install with bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Nov 11, 2022
1 parent b8e9213 commit 37d52aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: npm run bootstrap

- name: Build
run: pnpm run build
Expand Down

0 comments on commit 37d52aa

Please sign in to comment.