File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
"main" : " lib/index.js" ,
19
19
"scripts" : {
20
20
"build" : " rimraf lib && babel src --out-dir lib" ,
21
- "prepublish" : " npm run lint && npm run ci: test && npm run build" ,
21
+ "prepublish" : " npm run lint && npm run test && npm run build" ,
22
22
"coveralls" : " cat ./reports/coverage/lcov.info | coveralls" ,
23
23
"lint" : " eslint --config .eslintrc.js src tests" ,
24
24
"pretest" : " npm run lint" ,
25
- "test" : " istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter nyan" ,
26
- "ci:test" : " istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
25
+ "test" : " istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
27
26
},
28
27
"devDependencies" : {
29
28
"babel-cli" : " ^6.6.0" ,
You can’t perform that action at this time.
0 commit comments