Skip to content

Commit

Permalink
Publish @apollo/client to npm with --tag latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Aug 2, 2021
1 parent 9329fd9 commit 3838a1d
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 @@ -49,7 +49,7 @@
"coverage": "jest --config ./config/jest.config.js --verbose --coverage",
"bundlesize": "npm run build && bundlesize",
"predeploy": "npm run build",
"deploy": "cd dist && npm publish --tag next"
"deploy": "cd dist && npm publish --tag latest"
},
"bundlesize": [
{
Expand Down

0 comments on commit 3838a1d

Please sign in to comment.