Skip to content

Commit f1aab2f

Browse files
committed
Update NPM server
1 parent ff62a1b commit f1aab2f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
nodeLinker: node-modules
2-
32
npmAuthToken: '${NPM_AUTH_TOKEN:-}'
4-
3+
npmRegistryServer: https://registry.npmjs.org
54
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"build": "yarn workspaces foreach --no-private -pv --topological-dev --verbose --all run build",
1515
"lint": "eslint ./packages",
1616
"version": "node scripts/sync-version.js && (echo $(yarn package-version) | grep -q 'rc' || rlx changelog release $(yarn package-version)) && git add .",
17-
"publish:stable": "yarn build && yarn workspaces foreach --no-private --all exec yarn npm publish",
18-
"publish:rc": "yarn build && yarn workspaces foreach --no-private --all exec yarn npm publish --tag next",
17+
"publish:stable": "yarn build && yarn workspaces foreach --no-private --all exec yarn npm publish --access public",
18+
"publish:rc": "yarn build && yarn workspaces foreach --no-private --all exec yarn npm publish --tag next --access public",
1919
"package-version": "node -p \"require('./package.json').version\"",
2020
"test": "yarn test:ts && yarn test:swift && yarn test:kotlin",
2121
"test:ts": "yarn workspaces foreach -pv --no-private --all run test",

0 commit comments

Comments
 (0)