Create helper script for pushing commands

This commit is contained in:
Wroclaw 2023-05-08 09:15:34 +02:00
parent 8b4b35454b
commit ae3a5133b3
3 changed files with 43 additions and 2 deletions

View file

@ -5,7 +5,8 @@
"main": "./dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"publishCommands": "tsc && node dist/scripts/pushCommands.js"
},
"author": "Wroclaw",
"license": "MIT",