Skip to content

Commit

Permalink
chore(scripts): add clean:nm to root package.json (#5616)
Browse files Browse the repository at this point in the history
feat(scripts): add clean:nm to root package.json
  • Loading branch information
matthewkeil authored Jun 6, 2023
1 parent 1cfb758 commit c775ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"scripts": {
"clean": "rm -rf ./packages/*/lib ./packages/*/*.tsbuildinfo",
"clean:nm": "rm -rf ./packages/*/node_modules ./node_modules",
"build": "lerna run build",
"build:docs": "lerna run build:refdocs && ./scripts/prepare-docs.sh",
"build:watch": "lerna exec --parallel -- 'yarn run build:watch'",
Expand Down

0 comments on commit c775ad7

Please sign in to comment.