Install types to avoid: error TS2688: Cannot find type definition file for 'node'.

This commit is contained in:
filipenevola
2021-01-14 10:26:11 -04:00
parent 37b009d913
commit fc0a48242f

View File

@@ -149,6 +149,7 @@ jobs:
command: |
eval $PRE_TEST_COMMANDS;
pushd tools
npm install @types/node --save-dev
# Ensure that meteor/tools has no TypeScript errors.
../meteor npx tsc --noEmit
popd