aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/package.json
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-04-18 03:01:33 +0800
committerAmir Bandeali <abandeali1@gmail.com>2018-04-21 04:56:18 +0800
commit0e3544e1f997d57089023e65ea9030270914e8eb (patch)
treefa9e735bef10c7aeebfa1bd57817b29043fa71c2 /packages/0x.js/package.json
parentf4589b5bd4517cecc017bde91b0de9efbe75888b (diff)
downloaddexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.tar
dexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.tar.gz
dexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.tar.bz2
dexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.tar.lz
dexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.tar.xz
dexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.tar.zst
dexon-sol-tools-0e3544e1f997d57089023e65ea9030270914e8eb.zip
Miscellaneous style changes to the contracts package; specifically tests
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r--packages/0x.js/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index b9a4c1ec5..79053e033 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -26,7 +26,8 @@
"build:umd:prod": "NODE_ENV=production webpack",
"build:commonjs": "tsc && yarn update_artifacts && copyfiles -u 2 './src/compact_artifacts/**/*.json' ./lib/src/compact_artifacts && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"test:commonjs": "run-s build:commonjs run_mocha",
- "_comment": {"run_mocha": "mocha lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit"},
+ "_comment": {"run_mocha": "mocha lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit",
+ "note": "The `run_mocha` test has been commented out by @hysz (greg@0xproject.com) until the migration package and 0x.js have been updated for V2."},
"run_mocha": "",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js",
"docs:stage": "yarn build && node ./scripts/stage_docs.js",