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 ea13ba9 commit e72a703Copy full SHA for e72a703
package.json
@@ -12,7 +12,7 @@
12
"test:unit:monorepo": "cd tests/unit && kcd-scripts test --no-watch --config=../../jest.config.js",
13
"test:testcafe:serve": "serve --listen 13370 ./test-app",
14
"test:testcafe:run": "testcafe --skip-js-errors",
15
- "validate": "kcd-scripts validate build,lint,test",
+ "validate": "kcd-scripts validate build,lint,test:ci",
16
"test:testcafe": "npm-run-all --silent --parallel --race test:testcafe:serve test:testcafe:run",
17
"test": "npm-run-all --parallel test:unit test:unit:monorepo test:testcafe",
18
"test:ci": "npm-run-all --parallel test:unit test:unit:monorepo test:testcafe:run",
0 commit comments