solorice/vscodium/extensions/njpwerner.autodocstring-0.6.1/node_modules/stack-trace/Makefile
2022-04-28 21:17:01 +03:00

12 lines
108 B
Makefile

SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test