Skip to content

Commit d540968

Browse files
committed
tests: remove breaking build
1 parent 2c5c5ff commit d540968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/cep-promise.min.js",
66
"module": "dist/cep-promise-browser.min.js",
77
"scripts": {
8-
"test": "npm run build && npm run coverage",
8+
"test": "npm run coverage",
99
"coverage": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- --timeout 60000 test/**/*.spec.js",
1010
"test-unit": "mocha --compilers js:babel-core/register test/unit/**/*.spec.js",
1111
"test-unit-watch": "mocha --watch --compilers js:babel-core/register test/unit/**/*.spec.js",
@@ -16,7 +16,7 @@
1616
"build-browser": "rollup -c && uglifyjs dist/cep-promise-browser.js -cm -o dist/cep-promise-browser.min.js",
1717
"build-node": "rollup -c && uglifyjs dist/cep-promise.js -cm -o dist/cep-promise.min.js",
1818
"build": "npm run build-browser && npm run build-node",
19-
"prepublish": "npm run build"
19+
"prepublishOnly": "npm run build"
2020
},
2121
"browser": "dist/cep-promise-browser.min.js",
2222
"repository": {

0 commit comments

Comments
 (0)