From c8b4a79564ca9e902c297b77732bf9d472a4be6a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 30 Jul 2023 18:46:26 +0200 Subject: [PATCH] debian: use 'generate' instead of 'build', because this seems to be the way for single page apps ? --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 880918a..fdda5b8 100755 --- a/debian/rules +++ b/debian/rules @@ -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: