Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #24 from jamescdavis/misc/add-postinstall-to-rebui…
Browse files Browse the repository at this point in the history
…ld-node-sass

Add postinstall node-sass rebuild
  • Loading branch information
brianjgeiger authored Jun 1, 2017
2 parents e516056 + 613848a commit 2dfaf6a
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 @@ -10,7 +10,8 @@
"build": "ember build",
"start": "ember server",
"test": "yarn run check-style && ember test",
"check-style": "eslint ."
"check-style": "eslint .",
"postinstall": "npm rebuild node-sass"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2dfaf6a

Please sign in to comment.