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 07f6081 commit faa10ecCopy full SHA for faa10ec
package.json
@@ -29,7 +29,7 @@
29
"build": "uglifyjs js/tmpl.js -c -m > js/tmpl.min.js",
30
"preversion": "npm test",
31
"version": "npm run build && git add -A js",
32
- "postversion": "git push origin master --tags && npm publish"
+ "postversion": "git push --tags origin master master:gh-pages && npm publish"
33
},
34
"bin": {
35
"tmpl.js": "js/compile.js"
0 commit comments