8 lines
143 B
Makefile
8 lines
143 B
Makefile
all:
|
|
yarn install
|
|
|
|
clean:
|
|
rm -rf lib dist .nyc_output coverage tsconfig.tsbuildinfo
|
|
|
|
veryclean: clean
|
|
rm -rf node_modules package-lock.json
|