]> git.saurik.com Git - logizomai.git/blob - publish
Add all build-related shell scripts to .npmignore.
[logizomai.git] / publish
1 #!/bin/bash
2 set -e
3 git describe --tags --match="v*" --exact-match >/dev/null
4 ./make
5 npm publish