Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Jun 28, 2022
1 parent 835cfa1 commit 0f9caa7
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 684 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test:cli": "lerna run test:ci --no-private --scope polywrap --concurrency 1",
"version:apply": "lerna version $(cat VERSION) --exact --no-git-tag-version --yes",
"postversion:apply": "git add . && git commit -m \"build(release): migrate to `cat ./VERSION`\"",
"publish:npm": "lerna publish from-package --no-private --yes --registry https://registry.npmjs.org/ --no-verify-access"
"publish:npm": "lerna exec --no-private --concurrency 1 -- npm publish --access public"
},
"devDependencies": {
"@types/prettier": "2.6.0",
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@polywrap/asyncify-js": "0.0.1-prealpha.90",
"@polywrap/client-js": "0.0.1-prealpha.90",
"@polywrap/core-js": "0.0.1-prealpha.90",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.90",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.90",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.90",
Expand Down
1 change: 0 additions & 1 deletion packages/js/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"dependencies": {
"@polywrap/asyncify-js": "0.0.1-prealpha.90",
"@polywrap/core-js": "0.0.1-prealpha.90",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.90",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.90",
"@polywrap/fs-plugin-js": "0.0.1-prealpha.90",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-cases/cases/cli/wasm/run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:env:down": "polywrap infra down --modules=eth-ens-ipfs"
},
"dependencies": {
"@polywrap/wasm-as": "0.0.1-prealpha.89"
"@polywrap/wasm-as": "0.0.1-prealpha.90"
},
"devDependencies": {
"assemblyscript": "0.19.5",
Expand Down
Loading

0 comments on commit 0f9caa7

Please sign in to comment.