Skip to content

Commit bd5128c

Browse files
authored
chore: add clean script for dependencies (#28)
1 parent 7e97281 commit bd5128c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
],
66
"scripts": {
77
"build": "lerna run build",
8+
"clean": "npm-run-all -p clean:*",
9+
"clean:workspace-deps": "rimraf node_modules",
10+
"clean:package-deps": "rimraf packages/*/node_modules",
811
"lint": "npm-run-all -p lint:*",
912
"lint:packages": "lerna run lint",
1013
"lint:prettier": "prettier -l \"**/*.*(ts|js|css|scss|json|md)\"",
@@ -27,6 +30,7 @@
2730
"lerna": "2.11.0",
2831
"lint-staged": "7.2.0",
2932
"npm-run-all": "4.1.3",
30-
"prettier": "1.13.7"
33+
"prettier": "1.13.7",
34+
"rimraf": "2.6.2"
3135
}
3236
}

0 commit comments

Comments
 (0)