Skip to content

Commit

Permalink
chore(scripts): correct 'ri' command containing incorrect infra command
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 authored and HasithDeAlwis committed Feb 14, 2025
1 parent 70403c2 commit 243cde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"web": "nx dev website --verbose # 📢 Website",
"slides": "nx dev slides --verbose # 💐 Slide deck",
"clean": "git clean -fdX -e '!**/.env*' -e '!**/pgdata' # 🧽 Remove any and all files listed in .gitignore except .env and pgdata",
"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",
"ri": "infra:down; pnpm clean; pnpm i # 🧼 Perform a clean install",
"lint": "eslint .",
"fix": "eslint . --fix # 🫧 Auto-fix annoying ESLint squigglies",
Expand Down

0 comments on commit 243cde3

Please sign in to comment.