We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538b0f4 commit 331af98Copy full SHA for 331af98
package.json
@@ -17,7 +17,8 @@
17
"scripts": {
18
"build": "npm exec --workspaces -- npm run compile",
19
"test": "npm exec --workspaces -- npm run test",
20
- "clean": "npm exec --workspaces -- rimraf node_modules && rimraf node_modules"
+ "clean:node_modules": "npm exec --workspaces -- rimraf node_modules/",
21
+ "clean": "npm run clean:node_modules && npm exec --workspaces -- npm run clean"
22
},
23
"author": "",
24
"license": "ISC",
0 commit comments