- stop running npm command inside tools/

This commit is contained in:
denihs
2023-07-27 10:27:53 -04:00
parent 3d8aa28afd
commit f772894736

View File

@@ -177,11 +177,9 @@ jobs:
name: Get Ready
command: |
eval $PRE_TEST_COMMANDS;
pushd tools
npm install @types/node@18.11.9 --save-dev
./meteor npm install @types/node@18.11.9 --save-dev
# Ensure that meteor/tools has no TypeScript errors.
../meteor npm install -g typescript
popd
./meteor npm install -g typescript
# tools/node_modules is a symlink, but starting on NPM 7, this symlinks are deleted https://github.com/npm/cli/issues/3669
# so we are copying the node_modules to tools
cp -R dev_bundle/lib/node_modules/ tools/