1
0
Fork 0
zmodemjs/debian/rules
Helmut Grohne b764f0814f
Fix FTBFS: Don't run webpack. (Closes: #1005454)
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:50:37 +02:00

10 lines
181 B
Makefile
Executable file

#!/usr/bin/make -f
%:
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)