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 11d481b commit 52686a8Copy full SHA for 52686a8
.github/workflows/onRelease.yml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
node-version: latest
21
- run: pnpm install
22
+ - run: pnpm build
23
+ - run: pnpm prepack
24
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c
25
26
token: ${{ secrets.NPM_TOKEN }}
27
+ - run: pnpm postpack
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@metaplex-foundation/cli",
3
"description": "Metaplex CLI",
4
- "version": "0.0.5",
+ "version": "0.0.6",
5
"author": "Metaplex <[email protected]>",
6
"bin": {
7
"mplx": "./bin/run.js"
0 commit comments