mirror of https://github.com/hrfee/jfa-go
wrapped tsc in a a shell script to ignore duplicate function errors.pull/20/head v0.2.0
parent
e104bd8362
commit
9fec714da7
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
set +e
|
||||
npx tsc -p ts/
|
||||
set -e
|
Loading…
Reference in new issue