Browse Source

Fix torrent-rest buildscript

dev
David Ludwig 4 years ago
parent
commit
787e9ee74e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/torrent-rest/package.json

+ 1
- 1
services/torrent-rest/package.json View File

@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"clean": "rimraf ./dist", "clean": "rimraf ./dist",
"build": "ttsc",
"build": "tsc",
"start": "NODE_ENV=production node .", "start": "NODE_ENV=production node .",
"start:dev": "nodemon" "start:dev": "nodemon"
}, },


Loading…
Cancel
Save