Skip to content

Commit 878210e

Browse files
committed
feat: add correct post-build command
1 parent 93d57c2 commit 878210e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
web: npm start
2-
release: npm install && cd vue && npm install --include=dev && npm run build

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"start": "node app.js",
88
"dev": "nodemon app.js",
9-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"test": "echo \"Error: no test specified\" && exit 1",
10+
"heroku-postbuild": "cd vue && npm install --include=dev && npm run build"
1011
},
1112
"dependencies": {
1213
"@opentelemetry/api": "^1.7.0",

0 commit comments

Comments
 (0)