feat: Add prepare script

Resolved #25
This commit is contained in:
Joachim Van Herwegen 2020-07-17 14:11:06 +02:00
parent ccd3f1738c
commit a4dc00141c

View File

@ -9,6 +9,7 @@
"build": "tsc",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "eslint . --ext .ts",
"prepare": "npm run build",
"start": "node ./bin/server.js -p 3000",
"test": "jest",
"watch": "nodemon --watch \"src/**/*.js\" --watch \"bin/**/*.js\" --exec npm start"