rwMarkable: create the data folders during installation
This commit is contained in:
parent
823bbca9af
commit
6b756c95f1
@ -22,6 +22,7 @@ export NEXT_TELEMETRY_DISABLE=1
|
||||
export NODE_ENV=production
|
||||
$STD yarn --frozen-lockfile
|
||||
$STD yarn build
|
||||
mkdir -p data/{users,checklists,notes}
|
||||
# maybe move some stuff around so the app is in a sensible spot?
|
||||
msg_ok "Successfully built app"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user