Files
lcbp3.np-dms.work/backend/node_modules/stack-trace/Makefile
2025-09-21 20:29:15 +07:00

12 lines
108 B
Makefile
Executable File

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