Skip to content
Snippets Groups Projects
Commit f7837d03 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix #5 Could not build with a root account

parent b85dec89
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,6 @@
"underscore": "1.8.3"
},
"scripts": {
"postinstall": "node \"node_modules/bower/bin/bower\" install && node \"node_modules/brunch/bin/brunch\" build"
"postinstall": "node \"node_modules/bower/bin/bower\" install --allow-root && node \"node_modules/brunch/bin/brunch\" build"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment