File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 run : cd ./packages/main && npm publish --access public
6666
6767
68- - name : Configure Yarn authentication
69- run : |
70- echo 'npmRegistryServer: "https://registry.npmjs.org"' >> .yarnrc.yml
71- echo 'npmAlwaysAuth: true' >> .yarnrc.yml
72- echo 'npmAuthToken: "${{ secrets.NPM_TOKEN }}"' >> .yarnrc.yml
68+ # - name: Configure Yarn authentication
69+ # run: |
70+ # echo 'npmRegistryServer: "https://registry.npmjs.org"' >> .yarnrc.yml
71+ # echo 'npmAlwaysAuth: true' >> .yarnrc.yml
72+ # echo 'npmAuthToken: "${{ secrets.NPM_TOKEN }}"' >> .yarnrc.yml
7373
Original file line number Diff line number Diff line change 11nodeLinker : pnp
2- npmRegistryServer : " https://registry.npmjs.org"
2+ npmRegistryServer : " https://registry.npmjs.org/ "
33npmAlwaysAuth : true
4- npmAuthToken : " ${NODE_AUTH_TOKEN}"
4+ npmAuthToken : ${NODE_AUTH_TOKEN}
Original file line number Diff line number Diff line change 33 "workspaces" : [
44 " packages/*"
55 ],
6- "version" : " 0.1.13 " ,
6+ "version" : " 0.1.14 " ,
77 "packageManager" : " yarn@4.5.3" ,
88 "scripts" : {
99 "build" : " yarn workspaces foreach --all npm run build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @spreadsheet-orm/docs" ,
3- "version" : " 0.1.13 " ,
3+ "version" : " 0.1.14 " ,
44 "private" : true ,
55 "dependencies" : {
66 "spreadsheet-orm" : " workspace:*"
Original file line number Diff line number Diff line change 11{
22 "name" : " spreadsheet-orm" ,
3- "version" : " 0.1.13 " ,
3+ "version" : " 0.1.14 " ,
44 "description" : " ORM for Google Spreadsheet - Query Builder and Schema Management for spreadsheet database" ,
55 "keywords" : [
66 " google-spreadsheet" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @spreadsheet-orm/test" ,
3- "version" : " 0.1.13 " ,
3+ "version" : " 0.1.14 " ,
44 "private" : true ,
55 "description" : " Test suite for spreadsheet-orm" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments