aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-27 20:47:58 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-07-05 21:05:57 +0800
commit7111f3ffc6edaa2427f2683e14fa53720880b6c7 (patch)
treea33ac69b7c63b45b47a88762a2daa12fc05fb4a2 /package.json
parent1ee2d6ed54b6159d1e8952692f4ddba0ebd65012 (diff)
downloaddexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.tar
dexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.tar.gz
dexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.tar.bz2
dexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.tar.lz
dexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.tar.xz
dexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.tar.zst
dexon-sol-tools-7111f3ffc6edaa2427f2683e14fa53720880b6c7.zip
Dump assert version and make the order-watcher depend on the old assert version
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 324d70d2c..0350c417c 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 --yes; rm -rf node_modules",
+ "remove_node_modules": "lerna clean --yesercrm -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",