mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Restructure windows build
This commit is contained in:
parent
b0a93ccddb
commit
b6c261e88b
4 changed files with 11 additions and 16 deletions
|
@ -50,21 +50,13 @@ rm -rf src/node_modules || true
|
|||
#$(try cd ./bin/installDeps.sh)
|
||||
|
||||
# Install admin frontend
|
||||
cd admin
|
||||
try pnpm install
|
||||
try pnpm run build
|
||||
cd ..
|
||||
|
||||
|
||||
|
||||
try pnpm run build:etherpad
|
||||
|
||||
# Nuke the admin folder as it is not needed anymore :D
|
||||
rm -rf admin
|
||||
|
||||
export NODE_ENV=production
|
||||
try pnpm install --production
|
||||
|
||||
|
||||
rm -rf oidc
|
||||
rm -rf src/node_modules
|
||||
|
||||
log "copy the windows settings template..."
|
||||
try cp settings.json.template settings.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue