system-prompts-and-models-o.../unified-ai-platform/node_modules/stack-trace/Makefile
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00

12 lines
108 B
Makefile

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