Updated readMe to have all GitHubs

This commit is contained in:
2024-03-21 08:20:46 -06:00
parent 60c4f895d1
commit 32bbe30f67
530 changed files with 0 additions and 75122 deletions

View File

@@ -1,15 +0,0 @@
#!/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"