Skip to content

Commit

Permalink
chore: fix tsc command
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 29, 2019
1 parent 46b2817 commit 0c00a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tests/typescript/lint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
set -e

node="node"
tsFlags="--strict"

$node ./node_modules/typescript/bin/tsc $tsFlags ./packages/babel-types/lib/index.d.ts
yarn tsc $tsFlags ./packages/babel-types/lib/index.d.ts

0 comments on commit 0c00a71

Please sign in to comment.