Skip to content

Commit

Permalink
chore: do not verify package access
Browse files Browse the repository at this point in the history
when publishing packages to github packages
  • Loading branch information
jack0pan authored Aug 29, 2020
1 parent 292333a commit 6d6ae74
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 @@ -56,7 +56,7 @@
"lint-fix:style": "yarn run lint:style --fix",
"test": "yarn workspace @gio-design/components test",
"version": "npx lerna version --no-private --no-git-tag-version",
"publish": "npx lerna publish from-package --yes"
"publish": "npx lerna publish from-package --no-verify-access --yes"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 6d6ae74

Please sign in to comment.