simplify gitignore file cleaning
This commit is contained in:
parent
f86e31a06c
commit
461bb83757
7 changed files with 6 additions and 14 deletions
|
@ -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:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue