We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70403c2 commit 243cde3Copy full SHA for 243cde3
package.json
@@ -31,7 +31,7 @@
31
"web": "nx dev website --verbose # 📢 Website",
32
"slides": "nx dev slides --verbose # 💐 Slide deck",
33
"clean": "git clean -fdX -e '!**/.env*' -e '!**/pgdata' # 🧽 Remove any and all files listed in .gitignore except .env and pgdata",
34
- "nuke": "sudo git clean -fdX -e '!**/.env*' -e '!**/pgdata' # 🚨 WARNING: REMOVE ANY AND ALL FILES LISTED IN .gitignore INCLUDING .env AND pgdata",
+ "nuke": "sudo git clean -fdX' # 🚨 WARNING: REMOVE ANY AND ALL FILES LISTED IN .gitignore INCLUDING .env AND pgdata",
35
"ri": "infra:down; pnpm clean; pnpm i # 🧼 Perform a clean install",
36
"lint": "eslint .",
37
"fix": "eslint . --fix # 🫧 Auto-fix annoying ESLint squigglies",
0 commit comments