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