Build on start for the CONTRIBUTORS

This commit is contained in:
Paul Munteanu 2021-05-29 22:26:45 +03:00
parent 5e7771c4ac
commit 04c5e490d5
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917

View File

@ -7,7 +7,7 @@
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"start": "node dist/start", "start": "npm run build && node dist/start",
"build": "tsc -b .", "build": "tsc -b .",
"dev": "tsnd --respawn src/start.ts" "dev": "tsnd --respawn src/start.ts"
}, },