Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
yarn: fix node-sass error
Browse files Browse the repository at this point in the history
  • Loading branch information
kontrollanten committed Jan 14, 2018
1 parent 30654c5 commit ae82c57
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 @@ -13,7 +13,8 @@
"prebuild": "mkdirp build && ncp src/assets build/assets",
"test": "npm run -s lint && jest --coverage",
"test:watch": "npm run -s lint && jest --watch",
"lint": "eslint src test"
"lint": "eslint src test",
"postinstall": "npm rebuild node-sass"
},
"keywords": [
"preact",
Expand Down

0 comments on commit ae82c57

Please sign in to comment.