Skip to content

Commit

Permalink
add clean script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jun 16, 2023
1 parent 83f1632 commit 3f8c018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"url": "https://github.com/bhouston/behave-graph"
},
"scripts": {
"build": "lerna run build --parallel",
"build": "lerna run build",
"dev": "lerna run dev --parallel --stream",
"types": "lerna run types --parallel --stream",
"clean": "rm -rf node_modules packages/*/node_modules apps/*/node_modules packages/*/dist apps/*/dist",
"format": "eslint \"{apps,packages}/**/src/**/*.{js,ts,tsx,json}\" --fix && prettier \"{apps,packages}/**/src/**/*.{js,ts,tsx,json}\" --check --write",
"docs": "typedoc",
"test": "jest",
Expand Down

0 comments on commit 3f8c018

Please sign in to comment.