Browse Source

Fix build script

master
David Ludwig 4 years ago
parent
commit
1890837462
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
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