blob: a7ce31d3f4b3754f44d038df2d93fe2b6f294bee [file] [log] [blame]
SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test