Add clean script to apps and examples (#869)

This commit is contained in:
Gwenaël Gallon 2022-08-02 15:57:00 +02:00 committed by GitHub
parent e0e1373468
commit 2567cedcd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 8 deletions

View file

@ -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": {