1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

attempt to fix typescript build

This commit is contained in:
Steven Hugg
2019-09-27 20:50:41 -05:00
parent 34d1885851
commit c3c91c0908
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ TSC=./node_modules/typescript/bin/tsc
all:
cp nanoasm/src/assembler.ts src/worker/
$(TSC) -v
$(TSC)
cd jsnes && npm i