chore: improve clean scripts
This commit is contained in:
parent
bbee49deea
commit
cf3dd8fd44
6 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
"build": "next build",
|
||||
"lint": "next lint",
|
||||
"test:e2e": "playwright test",
|
||||
"clean": "rm -rf .next .turbo build node_modules"
|
||||
"clean": "rm -rf .next .turbo build node_modules test-results"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/content": "workspace:*",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"cp": "cp ../../packages/content/dist/skills.svg ../../packages/content/dist/resume.pdf static",
|
||||
"dev": "vite dev",
|
||||
"build": "pnpm cp && vite build",
|
||||
"clean": "rm -rf .svelte-kit .turbo build node_modules vite.config.ts.timestamp-*",
|
||||
"clean": "rm -rf .turbo .svelte-kit build node_modules vite.config.ts.timestamp-*",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"build": "next build",
|
||||
"test:e2e": "playwright test",
|
||||
"lint": "next lint",
|
||||
"clean": "rm -rf .next .turbo build node_modules"
|
||||
"clean": "rm -rf .next .turbo dist node_modules test-results"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/blog": "workspace:*",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"build": "rm -rf build && tsc && node --es-module-specifier-resolution=node build/index.js",
|
||||
"lint": "eslint .",
|
||||
"clean": "rm -rf .turbo node_modules dist build"
|
||||
"clean": "rm -rf .turbo build dist node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:^",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"main": ".eslintrc.cjs",
|
||||
"scripts": {
|
||||
"lint": "eslint .eslintrc.cjs",
|
||||
"clean": "rm -rf node_modules"
|
||||
"clean": "rm -rf .turbo node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"clean": "rm -rf node_modules"
|
||||
"clean": "rm -rf .turbo node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue