Build on start for the CONTRIBUTORS
This commit is contained in:
parent
f5461b5420
commit
cec472089c
@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "node dist/",
|
"start": "npm run build && node dist/",
|
||||||
"build": "npx tsc -b .",
|
"build": "npx tsc -b .",
|
||||||
"dev": "tsnd --respawn src/index.ts"
|
"dev": "tsnd --respawn src/index.ts"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user