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
|
@ -6,7 +6,7 @@
|
|||
"test:unit": "turbo run test:unit --parallel --continue",
|
||||
"test:e2e": "turbo run test:e2e --parallel --continue",
|
||||
"lint": "turbo run lint",
|
||||
"clean": "turbo run clean && rm -rf node_modules .turbo"
|
||||
"i_am_sure_i_want_to_nuke_gitignored_files": "turbo run i_am_sure_i_want_to_nuke_gitignored_files && rm -rf node_modules .turbo .devenv .direnv .devenv.flake.nix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue