Skip to content

Commit

Permalink
use local tsc to build app
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jan 27, 2018
1 parent 3ffd011 commit eeb739c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions EXERCISE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- Supplier List

13. Prepared Statements
- Get Order

--MySQL/POSTGRES--

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
tsc
./node_modules/.bin/tsc

0 comments on commit eeb739c

Please sign in to comment.