mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 02:55:54 +00:00
rwMarkable: use yarn command for disabling telemetry; remove NODE_ENV during build
This commit is contained in:
@@ -18,9 +18,8 @@ fetch_and_deploy_gh_release "rwMarkable" "fccview/rwMarkable" "tarball" "latest"
|
||||
|
||||
msg_info "Building app"
|
||||
cd /opt/rwmarkable
|
||||
export NEXT_TELEMETRY_DISABLE=1
|
||||
export NODE_ENV=production
|
||||
$STD yarn --frozen-lockfile
|
||||
$STD yarn next telemetry disable
|
||||
$STD yarn build
|
||||
mkdir -p data/{users,checklists,notes}
|
||||
# maybe move some stuff around so the app is in a sensible spot?
|
||||
|
||||
Reference in New Issue
Block a user