Skip to content

Commit

Permalink
Fix clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jul 25, 2019
1 parent 300067c commit 31fa5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"install": "lerna bootstrap --hoist",
"clean": "rimraf node_modules && lerna run clean",
"clean": "lerna run clean",
"build": "lerna run build",
"build:dev": "tsc --build",
"updated": "lerna updated",
Expand Down

0 comments on commit 31fa5dd

Please sign in to comment.