Add back the 'clean' command
This commit is contained in:
parent
11778db05a
commit
fe2787fcc1
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user