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 3cecb3b commit 25b53beCopy full SHA for 25b53be
package.json
@@ -12,7 +12,7 @@
12
"watch-test": "webpack --watch test/unit/specs/index.js test/unit/test.build.js",
13
"e2e-local": "nightwatch -c build/nightwatch.local.json -e chrome,firefox",
14
"e2e-sauce": "nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11",
15
- "release": "npm run serve & npm run test && npm run e2e-local && bash ./build/release.sh"
+ "release": "npm run test && npm run e2e-local && bash ./build/release.sh"
16
},
17
"repository": {
18
"type": "git",
0 commit comments