Ver Fonte

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

sanex3339 há 7 anos atrás
pai
commit
84461347dc
2 ficheiros alterados com 1 adições e 1 exclusões
  1. 0 0
      dist/index.js
  2. 1 1
      scripts/test-compile

Diff do ficheiro suprimidas por serem muito extensas
+ 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/

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff