diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-22 00:10:18 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-22 00:10:18 +0800 |
commit | 87e0fe43f7a62236f7f7903a0da8f911081636b2 (patch) | |
tree | a72a8ee35980d7bc3d1e9946074d494dea2a6b31 | |
parent | 984f9e1201ffc680080e2a94767c71a970527d9e (diff) | |
download | dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.tar dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.tar.gz dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.tar.bz2 dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.tar.lz dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.tar.xz dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.tar.zst dexon-sol-tools-87e0fe43f7a62236f7f7903a0da8f911081636b2.zip |
Add subproviders to the list of folders required by UMD tests
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index eb6944c46..be75033b5 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": { |