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 e13be08 commit b5ae289Copy full SHA for b5ae289
.circleci/config.yml
@@ -70,9 +70,6 @@ jobs:
70
- run:
71
name: Write .npmrc
72
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
73
- - run:
74
- name: Stamp beta to package version
75
- command: node scripts/update-package-version.js $CIRCLE_SHA1
76
77
name: Publish @next
78
command: npm publish --tag next --access public
0 commit comments