File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments