summaryrefslogtreecommitdiff
path: root/node_modules/stack-trace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/stack-trace/Makefile')
-rw-r--r--node_modules/stack-trace/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/stack-trace/Makefile b/node_modules/stack-trace/Makefile
new file mode 100644
index 0000000..a7ce31d
--- /dev/null
+++ b/node_modules/stack-trace/Makefile
@@ -0,0 +1,11 @@
+SHELL := /bin/bash
+
+test:
+ @./test/run.js
+
+release:
+ git push
+ git push --tags
+ npm publish .
+
+.PHONY: test