Skip to content

Commit

Permalink
chore: remove build step on ci
Browse files Browse the repository at this point in the history
The build is now done in the `install` step, as we have a `prepare` script
  • Loading branch information
cexbrayat committed Oct 14, 2022
1 parent 231531c commit b881c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,6 @@ jobs:
- run: pnpm install
- run: pnpm run lint
- run: pnpm run test:coverage
- run: pnpm run build
env:
CI: true
- run: pnpm run test:build
Expand Down

0 comments on commit b881c10

Please sign in to comment.