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 fe0a109 commit 54d7de1Copy full SHA for 54d7de1
package.json
@@ -7,8 +7,8 @@
7
"prebuild": "webpack --env.buildType dev",
8
"build": "webpack --env.buildType prod",
9
"release": "standard-version --message \"Release: %s [skip ci]\"",
10
- "testcafe": "concurrently \"http-server --silent\" \"testcafe -c 4 chrome testCafe/ --selector-timeout 1500\"",
11
- "testcafe:ci": "http-server --silent & testcafe chrome:headless testCafe/ --selector-timeout 1500 "
+ "testcafe": "concurrently \"http-server --silent\" \"testcafe -c 4 chrome testcafe/ --selector-timeout 1500\"",
+ "testcafe:ci": "http-server --silent & testcafe chrome:headless testcafe/ --selector-timeout 1500 "
12
},
13
"repository": {
14
"type": "git",
0 commit comments