syndicate-js/Makefile.generic-package

9 lines
146 B
Makefile
Raw Normal View History

2021-01-18 22:11:53 +00:00
all:
npm run prepare
clean:
rm -rf lib dist .nyc_output coverage tsconfig.tsbuildinfo
veryclean: clean
rm -rf node_modules package-lock.json