fix(ci): remove build step from ci.yml — build only in publish pipeline
This commit is contained in:
@@ -49,12 +49,3 @@ steps:
|
|||||||
- pnpm test
|
- pnpm test
|
||||||
depends_on:
|
depends_on:
|
||||||
- typecheck
|
- typecheck
|
||||||
|
|
||||||
build:
|
|
||||||
image: *node_image
|
|
||||||
commands:
|
|
||||||
- *enable_pnpm
|
|
||||||
- pnpm build
|
|
||||||
depends_on:
|
|
||||||
- lint
|
|
||||||
- format
|
|
||||||
|
|||||||
Reference in New Issue
Block a user