diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-11-27 15:11:05 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-11-27 15:11:05 +0800 |
commit | f0f991245cc52e82a9872b41e12c7bbc9243cb76 (patch) | |
tree | 8b864eaf7f548b001100f2156a381f07485ac3a2 /package.json | |
parent | d3b0162dc979ccdc4b4ddff62199929c714ad3ca (diff) | |
parent | 10cc46779e72036b29eae8dbff4e63ee0fff8e8c (diff) | |
download | dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.tar dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.tar.gz dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.tar.bz2 dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.tar.lz dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.tar.xz dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.tar.zst dexon-sol-tools-f0f991245cc52e82a9872b41e12c7bbc9243cb76.zip |
Merge branch 'development' into feature/instant/events-buy
* development:
fix: add --exclude-missing flag to yarn clean command
Update CHANGELOG
fix: remove getApproved check from OrderValidator since approval is removed after a single transfer
Add comment
Force scaling input component to rerender when a different asset is chosen
Send in explicit props
feat(instant): Add more event properties to heap
Move out generating of event properties, and send in orderSource
autofocus -> hasAutoFocus
fix(instant): Right align amounts
fix(instant): Autofocus text amount input
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bc9fd06ed..7307bea5d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "build:monorepo_scripts": "PKG=@0x/monorepo-scripts yarn build", "build:ts": "tsc -b", "watch:ts": "tsc -b -w", - "clean": "wsrun clean $PKG --fast-exit -r --parallel", + "clean": "wsrun clean $PKG --fast-exit -r --parallel --exclude-missing", "remove_node_modules": "lerna clean --yes; rm -rf node_modules", "rebuild": "run-s clean build", "rebuild:no_website": "run-s clean build:no_website", |