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 93d57c2 commit 878210eCopy full SHA for 878210e
Procfile
@@ -1,2 +1 @@
1
web: npm start
2
-release: npm install && cd vue && npm install --include=dev && npm run build
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"start": "node app.js",
8
"dev": "nodemon app.js",
9
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
10
+ "heroku-postbuild": "cd vue && npm install --include=dev && npm run build"
11
},
12
"dependencies": {
13
"@opentelemetry/api": "^1.7.0",
0 commit comments