test-compile 243 B

12345
  1. #!/bin/bash
  2. $(yarn bin)/tsc -p test/tsconfig.test.json &&
  3. $(yarn bin)/babel test-tmp --out-dir test-tmp --source-maps inline &&
  4. rsync -a --prune-empty-dirs --include '*/' --include '*.js' --include '*.json' --exclude '*' test/ test-tmp/test/