mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
Fixed windows build.
This commit is contained in:
parent
fa5aed489f
commit
eefbf4a82c
4 changed files with 12 additions and 8 deletions
|
@ -41,7 +41,7 @@ try cd "${TMP_FOLDER}"
|
|||
|
||||
# setting NODE_ENV=production ensures that dev dependencies are not installed,
|
||||
# making the windows package smaller
|
||||
export NODE_ENV=production
|
||||
export NODE_ENV=development
|
||||
|
||||
rm -rf node_modules || true
|
||||
rm -rf src/node_modules || true
|
||||
|
@ -55,6 +55,8 @@ try pnpm install
|
|||
try pnpm run build
|
||||
cd ..
|
||||
|
||||
# Nuke the admin folder as it is not needed anymore :D
|
||||
rm -rf admin
|
||||
|
||||
log "copy the windows settings template..."
|
||||
try cp settings.json.template settings.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue