chore: make it harder to accidentally nuke files
This commit is contained in:
parent
01eb454e83
commit
1b39473f48
8 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"build": "rm -rf dist build && tsup && node build/index.js",
|
||||
"lint": "eslint .",
|
||||
"clean": "rm -rf .turbo build dist node_modules"
|
||||
"i_am_sure_i_want_to_nuke_gitignored_files": "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 .turbo node_modules"
|
||||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"clean": "rm -rf .turbo node_modules"
|
||||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue