Skip to content

Commit

Permalink
build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
eepMoody committed Nov 11, 2018
1 parent 330bbab commit 5b5299a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: cd ui && npm install && npm run build && npm start
web: npm run start
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,8 @@
"generate": "node bin/generate.js & nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"static-generate": "node bin/generate.js"
"static-generate": "node bin/generate.js",
"heroku-postbuild": "node bin/generate.js & npm run build"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit 5b5299a

Please sign in to comment.