Add clean script to apps and examples (#869)
This commit is contained in:
parent
e0e1373468
commit
2567cedcd2
8 changed files with 16 additions and 8 deletions
|
@ -13,7 +13,8 @@
|
|||
"build:core": "yarn build",
|
||||
"start:core": "node scripts/dev.mjs -w",
|
||||
"build": "node scripts/build.mjs",
|
||||
"lint": "eslint src/ --ext .ts,.tsx"
|
||||
"lint": "eslint src/ --ext .ts,.tsx",
|
||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
"files": [],
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue