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

@ -8,8 +8,7 @@
"lint": "oxlint && eslint .",
"build": "next build",
"postbuild": "next-sitemap && cp ../../packages/content/dist/rss.xml public/rss.xml",
"test:e2e": "playwright test",
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .next .turbo build node_modules test-results"
"test:e2e": "playwright test"
},
"devDependencies": {
"@pompydev/content": "workspace:*",