Create helper script for pushing commands
This commit is contained in:
parent
8b4b35454b
commit
ae3a5133b3
3 changed files with 43 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue