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 844b2f6 commit d4e3859Copy full SHA for d4e3859
1 file changed
Makefile
@@ -12,6 +12,10 @@ check: typecheck lint ## Check whether code is working correctly (types + lint)
12
test-ci: ## Separate test configuration for CI environment
13
@npm run test
14
15
+test-private: ## Run tests with private submodule
16
+ @./test/fetch-tests.sh
17
+ @npm run test
18
+
19
check: typecheck test ## Check whether code is working correctly (types + specs)
20
21
full: check lint-fix ## Check whether code is ready to commit (types + specs + lint)
0 commit comments