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 8ca0a4b commit 7cfb8fbCopy full SHA for 7cfb8fb
client/package.json
@@ -27,7 +27,7 @@
27
"scripts": {
28
"postinstall": "npm rebuild node-sass",
29
"test": "NODE_PATH=./app mocha --require 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",
+ "test:debug": "yarn run test -- debug",
31
"start": "babel-node server-express.js",
32
"build:production:client": "NODE_ENV=production webpack -p --config webpack.client.rails.build.config.js",
33
"build:production:server": "NODE_ENV=production webpack -p --config webpack.server.rails.build.config.js",
0 commit comments