Files
air66-yourls-admin-theme/node_modules/stack-trace/Makefile

12 lines
108 B
Makefile
Raw Normal View History

2019-07-24 18:16:32 +01:00
SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test