Browse Source

Added copying of `.json` files during `test:compile` task

sanex3339 7 years ago
parent
commit
84461347dc
2 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/index.js
  2. 1 1
      scripts/test-compile

File diff suppressed because it is too large
+ 0 - 0
dist/index.js


+ 1 - 1
scripts/test-compile

@@ -2,4 +2,4 @@
 
 $(yarn bin)/tsc -p tsconfig.test.json &&
 $(yarn bin)/babel test-tmp --out-dir test-tmp --source-maps inline --presets es2015 &&
-rsync -a --prune-empty-dirs --include '*/' --include '*.js' --exclude '*' test/ test-tmp/test/
+rsync -a --prune-empty-dirs --include '*/' --include '*.js' --include '*.json' --exclude '*' test/ test-tmp/test/

Some files were not shown because too many files changed in this diff