We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e97281 commit bd5128cCopy full SHA for bd5128c
package.json
@@ -5,6 +5,9 @@
5
],
6
"scripts": {
7
"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",
11
"lint": "npm-run-all -p lint:*",
12
"lint:packages": "lerna run lint",
13
"lint:prettier": "prettier -l \"**/*.*(ts|js|css|scss|json|md)\"",
@@ -27,6 +30,7 @@
27
30
"lerna": "2.11.0",
28
31
"lint-staged": "7.2.0",
29
32
"npm-run-all": "4.1.3",
- "prettier": "1.13.7"
33
+ "prettier": "1.13.7",
34
+ "rimraf": "2.6.2"
35
}
36
0 commit comments