aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-28 05:19:18 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-06-29 22:52:54 +0800
commit48970d34241f2197ab74d88bf4abb8764fdd0cd3 (patch)
treefb88434e212452e06a717ae7053457956674c631 /package.json
parent8940b1759dff9fe8e7b43fc3c04c3d25ed8f3c58 (diff)
downloaddexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.tar
dexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.tar.gz
dexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.tar.bz2
dexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.tar.lz
dexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.tar.xz
dexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.tar.zst
dexon-0x-contracts-48970d34241f2197ab74d88bf4abb8764fdd0cd3.zip
Fix a typo
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0350c417c..324d70d2c 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"build": "wsrun build $PKG --fast-exit -r --stages",
"build:monorepo_scripts": "PKG=@0xproject/monorepo-scripts yarn build",
"clean": "wsrun clean $PKG --fast-exit -r --parallel",
- "remove_node_modules": "lerna clean --yesercrm -rf node_modules",
+ "remove_node_modules": "lerna clean --yes; rm -rf node_modules",
"rebuild": "run-s clean build",
"test": "wsrun test $PKG --fast-exit --serial --exclude-missing",
"stage_docs": "wsrun docs:stage $PKG --fast-exit --parallel --exclude-missing",