Commit 2ca375da by Dane Springmeyer

Add testpack target to makefile [skip ci]

parent 93c962ab
...@@ -23,6 +23,12 @@ clean: ...@@ -23,6 +23,12 @@ clean:
grind: grind:
valgrind --leak-check=full node node_modules/.bin/_mocha valgrind --leak-check=full node node_modules/.bin/_mocha
testpack:
rm -f ./*tgz
npm pack
tar -ztvf *tgz
rm -f ./*tgz
rebuild: rebuild:
@make clean @make clean
@make @make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment