No build step
All checks were successful
Publish Library / Build NPM Project (push) Successful in 7s
Publish Library / Tag Version (push) Successful in 7s

This commit is contained in:
2026-08-20 11:26:40 -04:00
parent 2edf42f2e8
commit f26395330a

View File

@@ -14,7 +14,7 @@ jobs:
uses: ztimson/actions/clone@develop
- name: Install & Build
run: npm i && npm run build
run: npm i
- name: Publish Library
run: |