Skip to content

Commit 82e3b80

Browse files
committed
chore: add release command
1 parent b2bdf85 commit 82e3b80

File tree

2 files changed

+723
-18
lines changed

2 files changed

+723
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
1919
"dev": "concurrently \"npm run watch:tailwind\" \"npm run watch:dev\"",
2020
"build": "npm run build:tailwind && webpack --mode production",
21-
"release": "standard-version"
21+
"release": "standard-version && git push --follow-tags origin master"
2222
},
2323
"dependencies": {
2424
"@babel/polyfill": "^7.8.7",

0 commit comments

Comments
 (0)