mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Fixed windows install and run.sh command.
This commit is contained in:
parent
65046a3ff2
commit
2a8aef5f15
2 changed files with 11 additions and 1 deletions
|
@ -55,9 +55,17 @@ try pnpm install
|
|||
try pnpm run build
|
||||
cd ..
|
||||
|
||||
|
||||
|
||||
|
||||
# Nuke the admin folder as it is not needed anymore :D
|
||||
rm -rf admin
|
||||
|
||||
export NODE_ENV=production
|
||||
try pnpm install --production
|
||||
|
||||
|
||||
|
||||
log "copy the windows settings template..."
|
||||
try cp settings.json.template settings.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue