mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] the version of npm on stable seems to prefer another way for options
This commit is contained in:
parent
01fddd4b1a
commit
0c4da6bbb9
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -23,7 +23,7 @@ override_dh_auto_install:
|
|||
# For some unknown reason, the postinstall scripts in package.json cannot be run, and triggers this error :
|
||||
# "npm WARN cannot run in wd yunohost-admin@ bower install && gulp build (wd=/build/path)"
|
||||
cd src ; \
|
||||
env npm_config_progress=false npm install ; \
|
||||
npm --progress false --loglevel warn --color false install ; \
|
||||
node_modules/bower/bin/bower install --allow-root ; \
|
||||
node_modules/gulp/bin/gulp.js build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue