Skip to content

Commit a7cc7b3

Browse files
committed
ci: stop check:ci from depending on verify
1 parent 7ffffc5 commit a7cc7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:pkg": "bun --cwd packages/kitcn build",
1515
"build:watch": "bun --cwd packages/kitcn build:watch",
1616
"check": "bun lint && bun typecheck && bun run test && bun run test:cli && bun run test:concave && bun run fixtures:check && bun run test:verify && bun run test:runtime",
17-
"check:ci": "bun lint && bun typecheck && bun run test && bun run test:cli && bun run test:concave && bun run fixtures:check && bun run test:verify",
17+
"check:ci": "bun lint && bun typecheck && bun run test && bun run test:cli && bun run test:concave && bun run fixtures:check",
1818
"deps:sync": "bun tooling/dependency-pins.ts sync",
1919
"deps:upgrade": "bun tooling/dependency-pins.ts upgrade",
2020
"dev": "bun --cwd www dev",

0 commit comments

Comments
 (0)