added API build command
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"dev": "tsc && node ./built/api/src/index.js"
|
"dev": "tsc && node ./built/api/src/index.js",
|
||||||
|
"build" : "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"connect-sqlite3": "^0.9.16",
|
"connect-sqlite3": "^0.9.16",
|
||||||
|
|||||||
Reference in New Issue
Block a user