Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V3] Create @apollo/client/core bundle #5541

Merged
merged 13 commits into from
Nov 12, 2019
Prev Previous commit
Next Next commit
Remove npm publish registry config
  • Loading branch information
hwillson committed Nov 12, 2019
commit 59a26639a509fa7d4e963d1edc2c05d725ecc8b6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"bundlesize": "npm run build && bundlesize",
"prepdist": "node ./config/prepareDist.js",
"predeploy": "npm run build",
"deploy": "cd dist && npm publish --tag beta --registry http://localhost:4873"
"deploy": "cd dist && npm publish --tag beta"
},
"bundlesize": [
{
Expand Down