We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b92ea commit d50ca79Copy full SHA for d50ca79
package.json
@@ -20,7 +20,7 @@
20
"dev": "concurrently \"npm run watch:tailwind\" \"npm run watch:dev\"",
21
"build": "npm run build:tailwind && webpack --mode production",
22
"build:firefox": "npm run build:tailwind && webpack --mode production --build-browser firefox && cp dist/tailwind.css dist-firefox/tailwind.css",
23
- "release": "standard-version && git push --follow-tags origin master"
+ "release": "standard-version && git push --follow-tags origin main"
24
},
25
"dependencies": {
26
"@babel/polyfill": "^7.8.7",
0 commit comments