mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Don't delete supertest.
This commit is contained in:
parent
6ed7cba23f
commit
97f0ef7ea8
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ try ./src/bin/installDeps.sh
|
||||||
log "copy the windows settings template..."
|
log "copy the windows settings template..."
|
||||||
try cp settings.json.template settings.json
|
try cp settings.json.template settings.json
|
||||||
|
|
||||||
log "Because this is a production build, we delete supertest"
|
#log "Because this is a production build, we delete supertest"
|
||||||
try rm src/node_modules/supertest
|
#try rm src/node_modules/supertest
|
||||||
|
|
||||||
log "resolve symbolic links..."
|
log "resolve symbolic links..."
|
||||||
try cp -rL node_modules node_modules_resolved
|
try cp -rL node_modules node_modules_resolved
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue