We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157bb7a commit 54758c1Copy full SHA for 54758c1
package.json
@@ -12,7 +12,8 @@
12
"clean": "rimraf dist",
13
"dev": "nodemon src/index.ts",
14
"cp": "copyfiles -V --up 1 src/public/Css/*.css dist && copyfiles -V --all --up 1 src/views/**.hbs dist && copyfiles -V --all --up 1 src/views/layouts/**.hbs dist && copyfiles -V --all --up 1 src/views/partials/**.hbs dist",
15
- "start": "npm i typescript -D && npm run build && npm run cp && node dist/index.js",
+ "start": "node dist/index.js",
16
+ "start2": "npm i typescript -D && npm run build && npm run cp && node dist/index.js",
17
"deploy": "git add . && git commit -m Heroku && git push heroku "
18
},
19
"keywords": [],
0 commit comments