Skip to content

Commit 25b53be

Browse files
committed
adjust release task
1 parent 3cecb3b commit 25b53be

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
"watch-test": "webpack --watch test/unit/specs/index.js test/unit/test.build.js",
1313
"e2e-local": "nightwatch -c build/nightwatch.local.json -e chrome,firefox",
1414
"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"
15+
"release": "npm run test && npm run e2e-local && bash ./build/release.sh"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)