Skip to content

Commit 4edf2e9

Browse files
chore: add echo command to leaveMenu script
1 parent 1affbc0 commit 4edf2e9

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
@@ -39,7 +39,7 @@
3939
"prepare": "husky",
4040
"test": "node --run lint",
4141
"test:spelling": "cspell .",
42-
"leaveMenu": "",
42+
"leaveMenu": "echo 'Leaving menu...'",
4343
"automated": "git fetch origin main && git reset --hard origin/main && git pull && npm i && node --run all && python3 scripts/upload.py"
4444
},
4545
"lint-staged": {

0 commit comments

Comments
 (0)