mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- stop running npm command inside tools/
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user