Skip to content

Commit

Permalink
Attempt to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Soel committed Dec 24, 2017
1 parent c77a49f commit bc13778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"build": "webpack -p",
"prepublishOnly": "npm run test && npm run build",
"lint":
"prettier --list-different '{examples,src,test}/**/*.js' webpack.config.js && eslint examples src test webpack.config.js",
"prettier --no-editorconfig --list-different '{examples,src,test}/**/*.js' webpack.config.js && eslint examples src test webpack.config.js",
"lint:fix":
"prettier --write '{examples,src,test}/**/*.js' webpack.config.js && eslint --fix examples src test webpack.config.js",
"prettier --no-editorconfig --write '{examples,src,test}/**/*.js' webpack.config.js && eslint --fix examples src test webpack.config.js",
"precoverage": "npm run test",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "npm run lint",
Expand Down

0 comments on commit bc13778

Please sign in to comment.