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 6d79368 commit a56f648Copy full SHA for a56f648
package.json
@@ -24,7 +24,7 @@
24
"test:types": "tslint -c ./tslint.json --project ./tsconfig.json",
25
26
"test:cypress": "cypress run --record",
27
- "test:cypress:ci": "cypress run --record",
+ "test:cypress:ci": "cypress run --record --parallel",
28
"test:coverage": "jest --detectLeaks --coverage",
29
30
"build:examples": "webpack --config examples/webpack.config.js --mode production",
0 commit comments