Skip to content

Commit

Permalink
chore: add clean script for dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithad15 authored Jul 13, 2018
1 parent 7e97281 commit bd5128c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
],
"scripts": {
"build": "lerna run build",
"clean": "npm-run-all -p clean:*",
"clean:workspace-deps": "rimraf node_modules",
"clean:package-deps": "rimraf packages/*/node_modules",
"lint": "npm-run-all -p lint:*",
"lint:packages": "lerna run lint",
"lint:prettier": "prettier -l \"**/*.*(ts|js|css|scss|json|md)\"",
Expand All @@ -27,6 +30,7 @@
"lerna": "2.11.0",
"lint-staged": "7.2.0",
"npm-run-all": "4.1.3",
"prettier": "1.13.7"
"prettier": "1.13.7",
"rimraf": "2.6.2"
}
}

0 comments on commit bd5128c

Please sign in to comment.