File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11nodeLinker : node-modules
2-
32npmAuthToken : ' ${NPM_AUTH_TOKEN:-}'
4-
3+ npmRegistryServer : https://registry.npmjs.org
54yarnPath : .yarn/releases/yarn-4.9.2.cjs
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments