Skip to content

Commit

Permalink
reorder build and use project build
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Jan 22, 2025
1 parent 22b685f commit 25bb2ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ jobs:
with:
deno-version: v2.x
- run: cargo install cargo-zigbuild wasm-bindgen-cli
- run: make build
- working-directory: ./js
run: |
npx jsr publish --allow-slow-types
# Why NPM...??
rm **/.gitignore
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# https://github.com/rust-cross/cargo-zigbuild/issues/18#issuecomment-1076428026
- name: macOS - Test build with SDKROOT
run: |
Expand All @@ -79,12 +88,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SDKROOT: /tmp/MacOSX11.3.sdk
- working-directory: ./js
run: |
make build
npx jsr publish --allow-slow-types
# Why NPM...??
rm **/.gitignore
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 25bb2ba

Please sign in to comment.