Skip to main content
Module

x/shurley/Makefile

I'll give you the right URL, but don't call me Shirley!
Go to Latest
File
.PHONY: format format: deno fmt .PHONY: test test: deno fmt --check deno lint deno test --check=all .PHONY: publish publish: git tag $(VERSION) deno run --allow-read --allow-write --allow-net --allow-run --allow-env build-npm.ts $(VERSION) cd npm && npm publish git push origin --tags