Skip to content

Commit

Permalink
Removed comments from npm run tasks (for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Jul 11, 2019
1 parent 9703c51 commit ff1d21e
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 @@ -12,8 +12,8 @@
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --config .eslintrc.js *.js test/**/*.js",
"prepublish": "npm run test # runs before `npm publish`",
"pretest": "npm run lint # runs before `npm test`",
"prepublish": "npm run test",
"pretest": "npm run lint",
"test": "npm run test:unit",
"test:unit": "./node_modules/.bin/mocha test/unit/ --recursive --reporter spec --ui bdd"
},
Expand Down

0 comments on commit ff1d21e

Please sign in to comment.