diff --git a/scripts/integration-tests/e2e-prettier.sh b/scripts/integration-tests/e2e-prettier.sh index e9df53316a89..a150a697fc7c 100755 --- a/scripts/integration-tests/e2e-prettier.sh +++ b/scripts/integration-tests/e2e-prettier.sh @@ -36,6 +36,9 @@ startLocalRegistry "$root"/verdaccio-config.yml yarn install --no-immutable yarn info +# Test typings for @babel/parser +yarn lint:typecheck + # https://github.com/babel/babel/pull/14892#issuecomment-1233180626 echo "export default () => () => {}" > src/main/create-print-pre-check-function.js