We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f2b79 commit ec97449Copy full SHA for ec97449
app.json
@@ -0,0 +1,5 @@
1
+{
2
+ "env": {
3
+ "NODE_MODULES_CACHE": "false",
4
+ }
5
+}
client/package.json
@@ -25,6 +25,7 @@
25
},
26
"homepage": "https://github.com/shakacode/react-webpack-rails-tutorial",
27
"scripts": {
28
+ "postinstall": "npm rebuild node-sass",
29
"test": "NODE_PATH=./app mocha --compilers js:babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'",
30
"test:debug": "yarn run test -- --debug-brk",
31
"start": "babel-node server-express.js",
0 commit comments