Tune makefile scripts (#10781)
* chore: replace node by `yarn node` * chore: fix tsc command * chore: use `yarn` to wrap node * chore: supress yarn run output * chore: disable silent mode for builtin yarn command
This commit is contained in:
@@ -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 --silent tsc $tsFlags ./packages/babel-types/lib/index.d.ts
|
||||
|
||||
Reference in New Issue
Block a user