Don't delete supertest.

This commit is contained in:
SamTV12345 2023-12-16 22:09:44 +01:00
parent 6ed7cba23f
commit 97f0ef7ea8

View file

@ -48,8 +48,8 @@ try ./src/bin/installDeps.sh
log "copy the windows settings template..."
try cp settings.json.template settings.json
log "Because this is a production build, we delete supertest"
try rm src/node_modules/supertest
#log "Because this is a production build, we delete supertest"
#try rm src/node_modules/supertest
log "resolve symbolic links..."
try cp -rL node_modules node_modules_resolved