Skip to content

Commit

Permalink
refactor(package): rm test:nolint script
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 8, 2018
1 parent 9bf0d99 commit 42701b6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"release": "standard-version",
"pretest": "npm run lint && npm run build && npm run build:tests",
"test": "mocha compiled_tests/",
"test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/",
"build": "babel src/ --out-dir dist/",
"build:tests": "babel tests/ --out-dir compiled_tests/ && ncp tests/helpers compiled_tests/helpers"
},
Expand All @@ -41,10 +40,8 @@
"is-gzip": "^2.0.0"
},
"homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/webpack-contrib/copy-webpack-plugin.git"
},
"bugs": "https://github.com/webpack-contrib/copy-webpack-plugin/issues",
"repository": "https://github.com/webpack-contrib/copy-webpack-plugin.git",
"keywords": [
"webpack",
"plugin",
Expand Down

0 comments on commit 42701b6

Please sign in to comment.