Skip to content

Commit

Permalink
chore: set registry explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Mar 31, 2022
1 parent c48e51c commit c71b884
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 @@ -11,7 +11,7 @@
"docs:serve": "vitepress serve docs",
"format": "norm format",
"postinstall": "node scripts/postinstall.mjs && npm run format && sort-json packages/*/locales/*.json",
"pub": "npm run build && norm version && pnpm publish -r",
"pub": "npm run build && norm version && pnpm --recursive --registry https://registry.npmjs.org/ publish",
"test": "vitest"
},
"prettier": {
Expand Down

0 comments on commit c71b884

Please sign in to comment.