Files
poc-core-secure-react-native/node_modules/stack-trace/Makefile
T
2018-12-11 17:03:16 +01:00

12 lines
108 B
Makefile

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