Add some scripts
This commit is contained in:
parent
8cc748db2b
commit
c2e66f9f73
1 changed files with 5 additions and 3 deletions
|
|
@ -2,9 +2,11 @@
|
|||
"name": "gravwell-online-server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc",
|
||||
"start": "node dist/main.js"
|
||||
},
|
||||
"author": "Oliver Akins",
|
||||
"license": "UNLICENSED",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue