Attempting to resolve build issue
Some checks failed
Publish to Private NPM Registry / publish (push) Failing after 9s

This commit is contained in:
Alan Bridgeman 2026-01-06 21:35:57 -06:00
parent b6650c2e32
commit 6fb0270b2f

View file

@ -43,6 +43,9 @@ jobs:
# > Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).
scope: '@BridgemanAccessible'
- name: Install libatomic
run: apk add libatomic
# Transpile/Build the package (TypeScript -> JavaScript)
- name: Transpile/Build the package (TypeScript -> JavaScript)
run: |