Skip to content

Commit

Permalink
Publish packages to npm with public visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kolyasapphire committed May 18, 2021
1 parent c14d61a commit cc070f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"g:types": "cd $INIT_CWD && tsc",
"test": "jest",
"test:coverage": "jest coverage",
"publish:submit": "yarn workspaces foreach -piv --topological-dev --exclude lido-ui-components npm publish --tolerate-republish",
"publish:submit": "yarn workspaces foreach -piv --topological-dev --exclude lido-ui-components npm publish --access public --tolerate-republish",
"lint": "eslint --ext ts,tsx,js,jsx --ignore-path .gitignore .",
"postinstall": "husky install"
},
Expand Down

0 comments on commit cc070f8

Please sign in to comment.