Skip to content

Commit

Permalink
Added compile css as a post install step for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Aug 7, 2018
1 parent 9fa672d commit 89bfd9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"lint": "eslint **/*.js",
"precommit": "lint-staged",
"init-data": "node scripts/init-data.js",
"index-data": "node scripts/index-data.js"
"index-data": "node scripts/index-data.js",
"postinstall": "npm-run-all build-css"
},
"lint-staged": {
"src/**/*.{js,css}": ["prettier --write", "git add"]
Expand Down

0 comments on commit 89bfd9d

Please sign in to comment.