1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

Build on start for the CONTRIBUTORS

This commit is contained in:
Paul Munteanu 2021-05-29 22:26:44 +03:00
parent f5461b5420
commit cec472089c
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/",
"start": "npm run build && node dist/",
"build": "npx tsc -b .",
"dev": "tsnd --respawn src/index.ts"
},