1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hedgedoc_ynh.git synced 2024-09-03 19:25:52 +02:00

Avoid to buid frontend bundle

This commit is contained in:
ericgaspar 2021-01-02 14:41:54 +01:00
parent bb23c57b5c
commit 604145f713
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/hedgedoc/hedgedoc/archive/1.7.1.tar.gz SOURCE_URL=https://github.com/hedgedoc/hedgedoc/releases/download/1.7.1/hedgedoc-1.7.1.tar.gz
SOURCE_SUM=6941dc631dca0fbb42de5c0379f5b5eab0cd2e0084ed1edeb431d53f4a38a55a SOURCE_SUM=17e7092430b36c96059309fdd03f9244f6a13611e28ced153d9dbf97e109d5ba
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -123,7 +123,6 @@ ynh_script_progression --message="Building HedgeDoc... (this will take some time
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
ynh_use_nodejs ynh_use_nodejs
bin/setup bin/setup
ynh_exec_warn_less yarn run build
popd || ynh_die popd || ynh_die
#================================================= #=================================================

View file

@ -126,7 +126,6 @@ then
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
ynh_use_nodejs ynh_use_nodejs
bin/setup bin/setup
ynh_exec_warn_less yarn run build
popd || ynh_die popd || ynh_die
fi fi