aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-08-22 00:21:52 +0800
committerFabio Berger <me@fabioberger.com>2017-08-22 00:21:52 +0800
commitac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a (patch)
tree02c4d6b8a5fcebbb7490d8bf8ccf77ddb86004da /package.json
parentb2f5fc218d5016837339a1b8795fd297ca62077a (diff)
parent87e0fe43f7a62236f7f7903a0da8f911081636b2 (diff)
downloaddexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.tar
dexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.tar.gz
dexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.tar.bz2
dexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.tar.lz
dexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.tar.xz
dexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.tar.zst
dexon-sol-tools-ac03cbbd48fc311a7dfdb27e4fb6fcf7012eda8a.zip
Merge branch 'master' of github.com:0xProject/0x.js
* 'master' of github.com:0xProject/0x.js: Add subproviders to the list of folders required by UMD tests
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 a000aa0a6..a02b6a1c4 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"test:commonjs": "run-s build:commonjs:dev run_mocha",
"pretest:umd": "run-s clean build:*:dev",
"substitute_umd_bundle": "npm run remove_src_files_not_used_by_tests; shx mv _bundles/* lib/src",
- "remove_src_files_not_used_by_tests": "find ./lib/src \\( -path ./lib/src/utils -o -path ./lib/src/schemas -o -path \"./lib/src/types.*\" \\) -prune -o -type f -print | xargs rm",
+ "remove_src_files_not_used_by_tests": "find ./lib/src \\( -path ./lib/src/utils -o -path ./lib/src/subproviders -o -path ./lib/src/schemas -o -path \"./lib/src/types.*\" \\) -prune -o -type f -print | xargs rm",
"run_mocha": "mocha lib/test/**/*_test.js --timeout 4000 --bail"
},
"config": {