Browse Source

fix package.json

pull/9/head
Nareshkumar Rao 3 years ago
parent
commit
0ff3f46e8e
  1. 4
      package.json

4
package.json

@ -5,8 +5,8 @@
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && NODE_ENV=production node dist/app.js",
"dev": "NODE_ENV=development tsc && node dist/app.js"
"start": "node dist/app.js",
"dev": "(NODE_ENV=development; tsc && node dist/app.js)"
},
"author": "",
"license": "ISC",

Loading…
Cancel
Save