Skip to content

Commit 331af98

Browse files
committed
chore: updated clean script
1 parent 538b0f4 commit 331af98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"scripts": {
1818
"build": "npm exec --workspaces -- npm run compile",
1919
"test": "npm exec --workspaces -- npm run test",
20-
"clean": "npm exec --workspaces -- rimraf node_modules && rimraf node_modules"
20+
"clean:node_modules": "npm exec --workspaces -- rimraf node_modules/",
21+
"clean": "npm run clean:node_modules && npm exec --workspaces -- npm run clean"
2122
},
2223
"author": "",
2324
"license": "ISC",

0 commit comments

Comments
 (0)