debian: use 'generate' instead of 'build', because this seems to be the way for single page apps ?

This commit is contained in:
Alexandre Aubin 2023-07-30 18:46:26 +02:00
parent 65ce3f683f
commit c8b4a79564

2
debian/rules vendored
View file

@ -22,7 +22,7 @@ override_dh_auto_build:
/usr/bin/apt update
/usr/bin/apt install nodejs yarn -y
yarn install
yarn build
yarn generate
override_dh_clean: