Browse Source

Update scripts

master
Dwayne Harris 4 years ago
parent
commit
d8ca538757
  1. 5
      package.json

5
package.json

@ -1,14 +1,15 @@
{
"name": "flexor-api",
"description": "Flexor API server.",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"engines": {
"node": ">=10.x"
"node": ">=10.0.0"
},
"scripts": {
"start": "node dist/server.js",
"build": "tsc",
"prestart": "npm run build",
"watch-server": "nodemon dist/server.js",
"watch-typescript": "tsc -w",
"watch": "run-p watch-typescript watch-server"

Loading…
Cancel
Save