Skip to content

Commit 243cde3

Browse files
MFarabi619HasithDeAlwis
authored andcommitted
chore(scripts): correct 'ri' command containing incorrect infra command
1 parent 70403c2 commit 243cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"web": "nx dev website --verbose # 📢 Website",
3232
"slides": "nx dev slides --verbose # 💐 Slide deck",
3333
"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",
34+
"nuke": "sudo git clean -fdX' # 🚨 WARNING: REMOVE ANY AND ALL FILES LISTED IN .gitignore INCLUDING .env AND pgdata",
3535
"ri": "infra:down; pnpm clean; pnpm i # 🧼 Perform a clean install",
3636
"lint": "eslint .",
3737
"fix": "eslint . --fix # 🫧 Auto-fix annoying ESLint squigglies",

0 commit comments

Comments
 (0)