Skip to content

Commit

Permalink
fix(ci): Attempt Using --access public
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Apr 20, 2024
1 parent 72fdfca commit 0c6d135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"download": "bun scripts/download-data.ts",
"fix:eslint": "bun run check:eslint --fix",
"fix:prettier": "bun --bun run check:prettier --write",
"publish-package": "npm publish",
"publish-package": "npm publish --access public --provenance",
"start": "bun scripts/check-all.ts",
"watch": "nodemon -e ts,json --watch source --watch scripts --exec \"bun run start\""
},
Expand Down

0 comments on commit 0c6d135

Please sign in to comment.