blob: e380c3dfc778af867a513cf2ff58fd15e61ca729 [file]
#!/usr/bin/env -S bash -e
# don't bother doing this in GHA because it's already been built
if [ -z "$GITHUB_REPOSITORY" ]; then
BUILD_NODE=1 npm run build-modules
fi