Skip to content

Commit e72a703

Browse files
author
Ben Monro
committed
run test:ci for validate
1 parent ea13ba9 commit e72a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:unit:monorepo": "cd tests/unit && kcd-scripts test --no-watch --config=../../jest.config.js",
1313
"test:testcafe:serve": "serve --listen 13370 ./test-app",
1414
"test:testcafe:run": "testcafe --skip-js-errors",
15-
"validate": "kcd-scripts validate build,lint,test",
15+
"validate": "kcd-scripts validate build,lint,test:ci",
1616
"test:testcafe": "npm-run-all --silent --parallel --race test:testcafe:serve test:testcafe:run",
1717
"test": "npm-run-all --parallel test:unit test:unit:monorepo test:testcafe",
1818
"test:ci": "npm-run-all --parallel test:unit test:unit:monorepo test:testcafe:run",

0 commit comments

Comments
 (0)