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", "main": "src/app.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "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": "", "author": "",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save