mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Change endpoint from persons to people
This commit is contained in:
15
backend/apis/nodejs/node_modules/bcrypt/test-docker.sh
generated
vendored
Executable file
15
backend/apis/nodejs/node_modules/bcrypt/test-docker.sh
generated
vendored
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -xe
|
||||
|
||||
echo "Running on $(node -v)"
|
||||
|
||||
# Cleanup
|
||||
rm -rf node_modules build-tmp-* lib/binding
|
||||
|
||||
# Install build dependencies
|
||||
if [ -f /etc/alpine-release ]; then
|
||||
apk add --no-cache --virtual .build-deps make gcc g++ python3
|
||||
fi
|
||||
|
||||
su node -c "npm test; npx node-pre-gyp package"
|
Reference in New Issue
Block a user