dotfiles/vscode/.vscode/extensions/njpwerner.autodocstring-0.6.1/node_modules/stack-trace/Makefile
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

12 lines
108 B
Makefile

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