Skip to content

Commit b881c10

Browse files
committed
chore: remove build step on ci
The build is now done in the `install` step, as we have a `prepare` script
1 parent 231531c commit b881c10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- run: pnpm install
3333
- run: pnpm run lint
3434
- run: pnpm run test:coverage
35-
- run: pnpm run build
3635
env:
3736
CI: true
3837
- run: pnpm run test:build

0 commit comments

Comments
 (0)