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", "name": "flexor-api",
"description": "Flexor API server.", "description": "Flexor API server.",
"version": "1.0.1",
"version": "1.0.2",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=10.x"
"node": ">=10.0.0"
}, },
"scripts": { "scripts": {
"start": "node dist/server.js", "start": "node dist/server.js",
"build": "tsc", "build": "tsc",
"prestart": "npm run build",
"watch-server": "nodemon dist/server.js", "watch-server": "nodemon dist/server.js",
"watch-typescript": "tsc -w", "watch-typescript": "tsc -w",
"watch": "run-p watch-typescript watch-server" "watch": "run-p watch-typescript watch-server"

Loading…
Cancel
Save