Files
Remote-Control-Center/mc_test/node_modules/stack-trace/Makefile
2025-11-25 09:56:15 +03: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