Skip to content

Commit 09a947e

Browse files
Remove --dry-run from npm scripts.
1 parent 4fd2537 commit 09a947e

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
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "npm run build",
3434
"preversion": "npm run lint",
3535
"version": "npm run lint && git add -A src",
36-
"postversion": "git push --dry-run && git push --tags --dry-run"
36+
"postversion": "git push && git push --tags"
3737
},
3838
"bundledDependencies": [],
3939
"devDependencies": {

0 commit comments

Comments
 (0)