Fix FTBFS: Don't run webpack. (Closes: #1005454)
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9191f62c58
commit
b764f0814f
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -3,5 +3,8 @@
|
|||
%:
|
||||
dh ${@} --with nodejs
|
||||
|
||||
# Avoid running webpack as that's not needed.
|
||||
override_dh_auto_build:
|
||||
|
||||
override_dh_auto_test:
|
||||
# requires node-crc-32 (!= node-crc32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue