UNPKG

ts-japi

Version:

A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification

17 lines (13 loc) 309 B
PATH:=$(PATH):$(PWD)/node_modules/.bin SHELL:=env PATH=$(PATH) /bin/bash clean: clean-lib clean-coverage clean-lib: @echo 'Cleaning build artifacts...' @rm -rf ./lib clean-coverage: @echo 'Cleaning test coverage...' @rm -rf ./coverage .PHONY: all .PHONY: clean .PHONY: clean-lib .PHONY: clean-coverage