mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
creating symlink right after finish with npm
This commit is contained in:
@@ -161,9 +161,9 @@ jobs:
|
||||
npm install @types/node@18.11.9 --save-dev
|
||||
# Ensure that meteor/tools has no TypeScript errors.
|
||||
../meteor npm install -g typescript
|
||||
popd
|
||||
# Ensure to add node_modules to tools
|
||||
ln -s ../dev_bundle/lib/node_modules node_modules
|
||||
popd
|
||||
./meteor --get-ready
|
||||
# shouldn't take longer than 60 minutes
|
||||
no_output_timeout: 60m
|
||||
|
||||
Reference in New Issue
Block a user