use npx to access tsc

merge-requests/12/merge
Matthew 2020-05-22 01:48:39 -04:00
parent 496c9bb67d
commit 59b1009651
No known key found for this signature in database
GPG Key ID: D499B75C1390E321
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ clean:
@-rm -rf build @-rm -rf build
build: build:
-tsc -p ./tsconfig.json -npx tsc -p ./tsconfig.json
run: run:
cd build && node main cd build && node main