Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit ff8a11a

Browse files
committed
chore(release): auto-push to remote after release
1 parent a5e873a commit ff8a11a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"build:watch": "rollup --config --environment PRODUCTION --watch",
99
"lint": "eslint scripts",
1010
"fix": "eslint scripts --fix",
11-
"release": "standard-version",
12-
"preversion": "git pull && npm run build",
13-
"postversion": "git push --follow-tags",
11+
"release": "git pull && npm run build && standard-version && git push --follow-tags",
1412
"preinstall": "npx npm-force-resolutions"
1513
},
1614
"husky": {

0 commit comments

Comments
 (0)