From 87e0fe43f7a62236f7f7903a0da8f911081636b2 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 21 Aug 2017 18:10:18 +0200 Subject: Add subproviders to the list of folders required by UMD tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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": { -- cgit