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 a357696 commit bf32c5aCopy full SHA for bf32c5a
.circleci/config.yml
@@ -83,6 +83,11 @@ aliases:
83
name: Publish package to NPM
84
command: npm publish --access public
85
86
+ - &publish-npm-next
87
+ run:
88
+ name: Publish package to NPM
89
+ command: npm publish --tag next --access public
90
+
91
commands:
92
save-build-flag:
93
steps:
packages/common/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/common",
3
- "version": "2.0.9",
+ "version": "2.0.9-alpha.2",
4
"scripts": {
5
"build": "rollup -c",
6
"dev": "rollup -c -w",
0 commit comments