Add build clean target

This commit is contained in:
Jerko Steiner 2019-04-08 19:28:36 +08:00
parent 6605034e1e
commit 0a1bd4dc87

View File

@ -8,5 +8,8 @@ add:
mkdir packages/$(name)
cp -r template/* packages/$(name)/
clean:
rm -rf packages/*/lib
test:
jest