Skip to content

Commit 59be74f

Browse files
committed
tsc hello.ts
1 parent ab5bb6b commit 59be74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ jobs:
10551055
command: |
10561056
npm install /root/cypress/cypress.tgz typescript jest @types/jest
10571057
echo "console.log('hello world')" > hello.ts
1058-
npx tsc --noEmit
1058+
npx tsc hello.ts --noEmit
10591059
10601060
# install NPM + binary zip and run against staging API
10611061
"test-binary-against-staging":

0 commit comments

Comments
 (0)