diff --git a/nuxt.config.js b/nuxt.config.js index 7b1458c..61431a3 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,4 +1,5 @@ const pkg = require('./package') +require('dotenv').config() module.exports = { mode: 'universal', diff --git a/package.json b/package.json index f958c7f..4cb09a5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "generate": "nuxt generate", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit": "npm run lint", - "heroku-postbuild": "npm run build", "heroku-postbuild": "npm install --only=dev --no-shrinkwrap && npm run build" }, "dependencies": {