Skip to content

Commit

Permalink
Travis CI build error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexL committed Nov 24, 2017
1 parent 4b09090 commit f5cbe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack",
"clean": "./node_modules/.bin/rimraf lib dist es",
"lint": "./node_modules/.bin/eslint webpack.config.babel.js src test",
"prepublish": "npm run test && npm run test:cov && npm run test:coveralls && npm run clean && npm run build",
"prepublish": "npm run test && npm run clean && npm run build",
"test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --compilers js:babel-core/register",
"test:bail": "npm run test:watch -- --bail",
"test:cov": "nyc --reporter=text-lcov --require babel-register mocha test/*.spec.js",
Expand Down

0 comments on commit f5cbe74

Please sign in to comment.