Skip to content

Commit

Permalink
Handle maximum call stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mwildehahn committed Jun 5, 2016
1 parent 427d431 commit 6ba576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "npm run build:icon-index && npm run build:babel && npm run build:copy-files",
"build:icon-index": "babel-node ./scripts/icon-index-generator.js",
"build:babel": "babel ./src --ignore *.spec.js --out-dir ./build",
"build:babel": "node --stack-size=10000 ./node_modules/.bin/babel ./src --ignore *.spec.js --out-dir ./build",
"build:copy-files": "babel-node ./scripts/copy-files.js",
"clean:build": "rimraf build",
"lint": "eslint src docs/src test/browser test/unit && echo \"eslint: no lint errors\"",
Expand Down

0 comments on commit 6ba576b

Please sign in to comment.