mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 12:05:58 +08:00
5 lines
191 B
Bash
5 lines
191 B
Bash
#!/bin/bash
|
|
|
|
$(yarn bin)/tsc -p test/tsconfig.test.json --outDir test-tmp &&
|
|
rsync -a --prune-empty-dirs --include '*/' --include '*.js' --include '*.json' --exclude '*' test/ test-tmp/test/
|