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.
leaveMenu
1 parent 1affbc0 commit 4edf2e9Copy full SHA for 4edf2e9
package.json
@@ -39,7 +39,7 @@
39
"prepare": "husky",
40
"test": "node --run lint",
41
"test:spelling": "cspell .",
42
- "leaveMenu": "",
+ "leaveMenu": "echo 'Leaving menu...'",
43
"automated": "git fetch origin main && git reset --hard origin/main && git pull && npm i && node --run all && python3 scripts/upload.py"
44
},
45
"lint-staged": {
0 commit comments