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 a46c03f commit 91e5b1aCopy full SHA for 91e5b1a
package.json
@@ -6,7 +6,7 @@
6
"watch": "webpack --env buildType=dev --watch",
7
"prebuild": "webpack --env buildType=dev",
8
"build": "webpack --env buildType=prod",
9
- "release": "standard-version --message \"Release: %s [skip ci]\"",
+ "release": "standard-version --message \"Release: %s [azurepipelines skip]\"",
10
"testcafe": "testcafe -c 4 chrome --app \"http-server\" testcafe/ --selector-timeout 1500",
11
"testcafe:ci": "testcafe chrome:headless --app \"http-server\" testcafe/ --selector-timeout 1500 ",
12
"testcafe_file": "testcafe chrome --app \"http-server\" testCafe/tagbox.ts --selector-timeout 1500 --reporter minimal"
0 commit comments