solorice/vscode/extensions/njpwerner.autodocstring-0.6.1/node_modules/stack-trace/Makefile
2022-04-28 20:54:44 +03:00

12 lines
108 B
Makefile

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