We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c211685 commit 0aade15Copy full SHA for 0aade15
.github/workflows/release-please.yml
@@ -20,11 +20,12 @@ jobs:
20
package-name: "@netlify/@netlify/zip-it-and-ship-it"
21
- uses: actions/checkout@v3
22
if: ${{ steps.release.outputs.release_created }}
23
+ - run:
24
+ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
25
+ if: ${{ steps.release.outputs.release_created }}
26
- uses: actions/setup-node@v3
27
with:
28
node-version: "*"
- cache: "npm"
- check-latest: true
29
registry-url: "https://registry.npmjs.org"
30
31
- run: wasm-pack build --target nodejs --release
0 commit comments