UNPKG

220 BPlain TextView Raw
1#!/usr/bin/env bash
2
3coffee -o lib -c src && \
4git add --all && \
5git commit -m "autocommit" && \
6npm version patch && \
7npm publish && \
8git add package.json && \
9git commit -m "version bump"
10git push -u origin master
11