Newer
Older
vmk-demo-bot / admin / node_modules / stack-trace / Makefile
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 108 bytes init
SHELL := /bin/bash

test:
	@./test/run.js

release:
	git push
	git push --tags
	npm publish .

.PHONY: test