mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Install types to avoid: error TS2688: Cannot find type definition file for 'node'.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user