Skip to content

Commit c97dca8

Browse files
authored
Merge pull request #5287 from Shopify/add-dev-checks
Add dev checks
2 parents 4e8bd3e + 1ee0cf4 commit c97dca8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ commands:
5858
spin:
5959
desc: 'Run commands in spin context'
6060
run: bin/spin
61+
62+
check:
63+
build: pnpm build
64+
type-check: pnpm nx affected --target=type-check
65+
lint: pnpm nx affected --target=lint
66+
unit-tests: pnpm nx affected --target=test --exclude=features

0 commit comments

Comments
 (0)