simplify gitignore file cleaning
This commit is contained in:
parent
f86e31a06c
commit
461bb83757
7 changed files with 6 additions and 14 deletions
|
@ -9,8 +9,7 @@
|
|||
"lint": "oxlint && eslint .",
|
||||
"build": "vite build",
|
||||
"test:unit": "TZ=UTC jest",
|
||||
"test:e2e": "playwright test",
|
||||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo .svelte-kit test-results build node_modules vite.config.ts.timestamp-*"
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue