Browse Source

Fix build script

staging
David Ludwig 4 years ago
parent
commit
7b2dd4d3e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/seeker/package.json

+ 1
- 1
services/seeker/package.json View File

@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"clean": "rimraf ./build",
"build": "tsc -P ./tsconfig.server.json",
"build": "tsc",
"start": "NODE_ENV=production node .",
"start:dev": "nodemon"
},


Loading…
Cancel
Save