mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
f69c54c53d
Keep yunohost version at 2.0.3~ynh3 to force an "update". Force version installed by yarn.
24 lines
617 B
Bash
24 lines
617 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
# pkg_dependencies=""
|
|
|
|
YNH_NODEJS_VERSION=14
|
|
|
|
YARN_APP_REAL_VERSION=2.0.2
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|