mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
debian: use 'generate' instead of 'build', because this seems to be the way for single page apps ?
This commit is contained in:
parent
65ce3f683f
commit
c8b4a79564
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue