Skip to content

Commit faa10ec

Browse files
committed
Keep the gh-pages branch in sync with master.
1 parent 07f6081 commit faa10ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "uglifyjs js/tmpl.js -c -m > js/tmpl.min.js",
3030
"preversion": "npm test",
3131
"version": "npm run build && git add -A js",
32-
"postversion": "git push origin master --tags && npm publish"
32+
"postversion": "git push --tags origin master master:gh-pages && npm publish"
3333
},
3434
"bin": {
3535
"tmpl.js": "js/compile.js"

0 commit comments

Comments
 (0)