Skip to content

Commit

Permalink
Ensure all packages are built before trying to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Feb 10, 2023
1 parent b568ccc commit d3ee23a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .changeset/gentle-hotels-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@metaplex-foundation/umi': patch
'@metaplex-foundation/umi-core': patch
'@metaplex-foundation/umi-downloader-http': patch
'@metaplex-foundation/umi-eddsa-web3js': patch
'@metaplex-foundation/umi-http-fetch': patch
'@metaplex-foundation/umi-program-repository': patch
'@metaplex-foundation/umi-rpc-web3js': patch
'@metaplex-foundation/umi-serializer-beet': patch
'@metaplex-foundation/umi-signer-derived': patch
'@metaplex-foundation/umi-signer-wallet-adapters': patch
'@metaplex-foundation/umi-storage-mock': patch
'@metaplex-foundation/umi-tasks': patch
'@metaplex-foundation/umi-test': patch
'@metaplex-foundation/umi-transaction-factory-web3js': patch
'@metaplex-foundation/umi-uploader-aws': patch
'@metaplex-foundation/umi-uploader-bundlr': patch
'@metaplex-foundation/umi-uploader-nft-storage': patch
'@metaplex-foundation/umi-web3js-adapters': patch
---

Ensure all packages are built before trying to publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"packages:new": "node configs/generate-new-package.mjs",
"packages:change": "changeset",
"packages:version": "changeset version",
"packages:publish": "pnpm lint && pnpm build && changeset publish --no-git-tag"
"packages:publish": "turbo run build && changeset publish --no-git-tag"
},
"devDependencies": {
"@babel/core": "^7.17.10",
Expand Down

0 comments on commit d3ee23a

Please sign in to comment.