Skip to content

Commit 1ee0cf4

Browse files
committed
Add dev checks
1 parent 1a4ff9c commit 1ee0cf4

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)