compile.sh 79 B

123
  1. ./node_modules/.bin/tsc; echo "Built Minty";
  2. cd scripts;
  3. node compile.js $1 $2;