Skip to content

Commit

Permalink
Add it back
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Apr 24, 2023
1 parent 6fb2647 commit 30e6328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -1000,6 +1000,7 @@ jobs:
name: wasm-binaries
path: packages/next-swc/crates/wasm

- run: npm i -g npm@9 # need latest version for provenance
- run: npm i -g pnpm@${PNPM_VERSION}
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: ./scripts/publish-native.js
Expand Down
1 change: 1 addition & 0 deletions .npmrc
@@ -1,3 +1,4 @@
provenance = true
save-exact = true
tag-version-prefix=""
strict-peer-dependencies = false
Expand Down

0 comments on commit 30e6328

Please sign in to comment.