Shortening javascript build commands in rules.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bab1100fce
commit
53247c617f
1 changed files with 2 additions and 4 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -15,10 +15,8 @@ execute_after_dh_auto_clean:
|
||||||
execute_after_dh_auto_build:
|
execute_after_dh_auto_build:
|
||||||
# libjs-qrcodegen
|
# libjs-qrcodegen
|
||||||
cd typescript-javascript && \
|
cd typescript-javascript && \
|
||||||
sh ./build.sh
|
sh ./build.sh && \
|
||||||
|
terser qrcodegen.js -c -m -o qrcodegen.min.js --source-map
|
||||||
cd typescript-javascript && \
|
|
||||||
terser qrcodegen.js -c -m -o qrcodegen.min.js --source-map
|
|
||||||
|
|
||||||
execute_after_dh_auto_install:
|
execute_after_dh_auto_install:
|
||||||
# libjs-qrcodegen
|
# libjs-qrcodegen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue