This commit is contained in:
Михаил Капелько
2023-05-31 20:03:51 +03:00
parent 96d86d5b96
commit 5e9597bc70
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
#!/bin/bash
#!/bin/bash -e
SCRIPT_DIR=$(cd "$(dirname "$0")" ; pwd -P)
tsc $SCRIPT_DIR/memorySide.ts --outfile $SCRIPT_DIR/JavaScript/memorySide.js
$SCRIPT_DIR/../toSwift $SCRIPT_DIR/memorySide.ts $SCRIPT_DIR/Swift/memorySide.swift
tsc memorySide.ts --outfile JavaScript/memorySide.js