Skip to content

Commit 54758c1

Browse files
committed
Heroku
1 parent 157bb7a commit 54758c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"clean": "rimraf dist",
1313
"dev": "nodemon src/index.ts",
1414
"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",
15+
"start": "node dist/index.js",
16+
"start2": "npm i typescript -D && npm run build && npm run cp && node dist/index.js",
1617
"deploy": "git add . && git commit -m Heroku && git push heroku "
1718
},
1819
"keywords": [],

0 commit comments

Comments
 (0)