Skip to content

Commit

Permalink
Add public access to provenance publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito committed Nov 13, 2023
1 parent e6a8e89 commit 310af1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/desktopjs-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:workspaces": "gulp build:workspaces",
"build": "gulp build",
"test": "gulp test",
"deploy": "npm publish --provenance"
"deploy": "npm publish --provenance --access public"
},
"homepage": "https://github.com/MorganStanley/desktopJS/tree/main#readme",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktopjs-openfin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build:workspaces": "gulp build:workspaces",
"build": "gulp build",
"test": "gulp test",
"deploy": "npm publish --provenance"
"deploy": "npm publish --provenance --access public"
},
"homepage": "https://github.com/MorganStanley/desktopJS/tree/main#readme",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktopjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build:workspaces": "gulp build:workspaces",
"build": "gulp build",
"test": "gulp test",
"deploy": "npm publish --provenance",
"deploy": "npm publish --provenance --access public",
"prepublishOnly": "copyfiles ../../README.md . -u 2"
},
"homepage": "https://github.com/MorganStanley/desktopJS#readme"
Expand Down

0 comments on commit 310af1b

Please sign in to comment.