Skip to content

Commit

Permalink
Have npm run clean also remove the root node_modules.
Browse files Browse the repository at this point in the history
...Because clean is clean!
  • Loading branch information
abernix committed Oct 5, 2018
1 parent 60f39eb commit 0ebf890
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 @@ -4,7 +4,7 @@
"license": "MIT",
"repository": "github:apollographql/apollo-server",
"scripts": {
"clean": "git clean -dfqX **/{dist,node_modules}/",
"clean": "git clean -dfqX -- ./node_modules **/{dist,node_modules}/",
"compile": "lerna run compile",
"release": "npm run clean && npm ci && lerna publish --exact",
"precommit": "lint-staged",
Expand Down

0 comments on commit 0ebf890

Please sign in to comment.