Add back the 'clean' command

This commit is contained in:
Fabio Berger 2018-07-29 23:00:44 +02:00
parent 11778db05a
commit fe2787fcc1

View File

@ -7,7 +7,8 @@
"description": "0x project typescript type definitions",
"scripts": {
"watch_without_deps": "tsc -w",
"build": "tsc"
"build": "tsc",
"clean": "shx rm -rf lib"
},
"repository": {
"type": "git",