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 6bde380 commit f96841bCopy full SHA for f96841b
.github/workflows/node-publish.yml
@@ -19,7 +19,8 @@ jobs:
19
registry-url: "https://registry.npmjs.org"
20
- name: Install dependencies
21
run: yarn install --frozen-lockfile
22
- - run: yarn bundle # Also runs build
+ - run: yarn build
23
+ - run: yarn bundle
24
- run: yarn publish
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "metafold",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "Metafold SDK for Node.js",
5
"main": "lib/metafold.js",
6
"type": "module",
0 commit comments