mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Idk somehow we do this during builds because the npm install is done using a weird hack etc... c.f. vinaigrette
This commit is contained in:
parent
b8545d1643
commit
d3590b466a
1 changed files with 5 additions and 3 deletions
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -16,12 +16,14 @@ TMPDIR = $$(pwd)/debian/yunohost-admin
|
|||
|
||||
override_dh_auto_build:
|
||||
# Run npm/bower/gulp
|
||||
cd src ; npm --progress false --loglevel warn --color false install
|
||||
#cd src ; npm --progress false --loglevel warn --color false install
|
||||
cd src ; node_modules/gulp/bin/gulp.js build
|
||||
rm -rf src/node_modules
|
||||
rm -rf src/bower_components
|
||||
|
||||
override_dh_clean:
|
||||
dh_clean
|
||||
rm -rf src/node_modules
|
||||
rm -rf src/bower_components
|
||||
#rm -rf src/node_modules
|
||||
#rm -rf src/bower_components
|
||||
rm -rf src/dist
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue