• File: Makefile
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/stack-trace/Makefile
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 108 bytes
  • MIME-type: text/plain
  • Charset: utf-8
SHELL := /bin/bash

test:
	@./test/run.js

release:
	git push
	git push --tags
	npm publish .

.PHONY: test