We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4ff9c commit 1ee0cf4Copy full SHA for 1ee0cf4
dev.yml
@@ -58,3 +58,9 @@ commands:
58
spin:
59
desc: 'Run commands in spin context'
60
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