syndicate-js/Makefile.generic-package

9 lines
136 B
Makefile

all:
npm i
clean:
rm -rf lib dist .nyc_output coverage tsconfig.tsbuildinfo
veryclean: clean
rm -rf node_modules package-lock.json