Skip to content

Commit

Permalink
配置 nodeモジュール再構築設定追加 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
k2works committed May 19, 2017
1 parent f975fca commit 77acf8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"NODE_MODULES_CACHE": "false",
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"scripts": {
"test": "mocha --require ./test/javascript/setup.js ./test/javascript/*",
"test:watch": "npm run test -- --watch"
"test:watch": "npm run test -- --watch",
"postinstall": "npm rebuild node-sass"
}
}

0 comments on commit 77acf8f

Please sign in to comment.