syndicate-js/Makefile.generic-package

9 lines
136 B
Makefile
Raw Normal View History

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