Skip to content

Commit

Permalink
added details for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelet committed May 23, 2023
1 parent bfd175e commit 186603f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.2.6",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"author": "Conpago Devs",
"license": "UNLICENSED",
"repository": "https://github.com/conpagoaus/apollo-cache-helpers.git",
"files": [
"dist"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
Expand All @@ -11,7 +17,7 @@
"test:run": "vitest run",
"generate": "graphql-codegen",
"release": "standard-version",
"publish": "git push --follow-tags origin main && npm publish"
"publish": "npm publish --access restricted"
},
"devDependencies": {
"@apollo/client": "^3.7.14",
Expand Down

0 comments on commit 186603f

Please sign in to comment.