We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bdf85 commit 82e3b80Copy full SHA for 82e3b80
package.json
@@ -18,7 +18,7 @@
18
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
19
"dev": "concurrently \"npm run watch:tailwind\" \"npm run watch:dev\"",
20
"build": "npm run build:tailwind && webpack --mode production",
21
- "release": "standard-version"
+ "release": "standard-version && git push --follow-tags origin master"
22
},
23
"dependencies": {
24
"@babel/polyfill": "^7.8.7",
0 commit comments