Skip to content

Commit 52686a8

Browse files
committed
Fixing CI
1 parent 11d481b commit 52686a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/onRelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
node-version: latest
2121
- run: pnpm install
22+
- run: pnpm build
23+
- run: pnpm prepack
2224
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c
2325
with:
2426
token: ${{ secrets.NPM_TOKEN }}
27+
- run: pnpm postpack

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@metaplex-foundation/cli",
33
"description": "Metaplex CLI",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"author": "Metaplex <[email protected]>",
66
"bin": {
77
"mplx": "./bin/run.js"

0 commit comments

Comments
 (0)