Skip to content

Commit b5ae289

Browse files
committed
Fix for Circleci
1 parent e13be08 commit b5ae289

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
- run:
7171
name: Write .npmrc
7272
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
7673
- run:
7774
name: Publish @next
7875
command: npm publish --tag next --access public

0 commit comments

Comments
 (0)