add more scripts
This commit is contained in:
parent
a5550e5752
commit
c77eabcad2
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsc && node out/main.js"
|
"start": "tsc && node out/main.js",
|
||||||
|
"build": "tsc",
|
||||||
|
"deploy": "tsc && node out/deploy.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
|
|
Loading…
Reference in a new issue