simplify gitignore file cleaning

This commit is contained in:
Kim, Jimin 2025-03-25 08:59:24 +09:00
parent f86e31a06c
commit 461bb83757
Signed by: pomp
GPG key ID: D3932F82A0667A3B
7 changed files with 6 additions and 14 deletions

View file

@ -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"