mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Restore bower install option
This commit is contained in:
parent
4c26211fae
commit
ca2359c522
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"postinstall": "node_modules/.bin/bower install",
|
||||
"postinstall": "node_modules/.bin/bower install --allow-root install",
|
||||
"build": "./node_modules/.bin/grunt build",
|
||||
"test": "./node_modules/.bin/grunt test"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue