Skip to content

Commit 9c8bf24

Browse files
authored
ops: Remove --dry-run from publish-to-npm:next
1 parent 184d9fd commit 9c8bf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"generate:docs": "npx typedoc --tsconfig tsconfig.package.json",
8585
"generate:types": "node ./scripts/open-api/generate-types.mjs",
8686
"publish-to-npm": "npm run build && npm publish --access public",
87-
"publish-to-npm:next": "npm run build && npm publish --access public --tag next --dry-run"
87+
"publish-to-npm:next": "npm run build && npm publish --access public --tag next"
8888
},
8989
"homepage": "https://github.com/globus/globus-sdk-javascript#readme",
9090
"bugs": {

0 commit comments

Comments
 (0)