mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
🔧 Fix restore script to be reliable
This commit is contained in:
parent
f4622de1d6
commit
7a97289867
@ -30,7 +30,7 @@
|
||||
"push-locales": "dotenv -e .env -- tolgee push",
|
||||
"create-new-block": "cd packages/forge/cli && bun start",
|
||||
"check-unused-dependencies": "bun packages/scripts/src/checkDependencies.ts",
|
||||
"restore": "echo 'Cleaning...' && bunx rimraf node_modules **/node_modules **/dist **/.next .turbo **/.turbo"
|
||||
"restore": "echo 'Cleaning...' && bunx rimraf --glob '**/{node_modules,dist,.next,.turbo}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.2.5",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user