We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b32de commit 78b1494Copy full SHA for 78b1494
package.json
@@ -4,9 +4,8 @@
4
"description": "A NodeJS based REST API service for development and testing",
5
"main": "server.js",
6
"scripts": {
7
- "start": "node src/server.ts",
+ "start": "node dist/server.js",
8
"dev": "nodemon src/server.ts",
9
- "prod": "node dist/server.js",
10
"lint": "eslint .",
11
"build": "tsc && cp ./src/views/index.ejs ./dist/views && cp -r ./src/public ./dist",
12
"postinstall": "npm run build",
0 commit comments