creating symlink right after finish with npm

This commit is contained in:
denihs
2023-07-03 08:47:23 -04:00
parent 5596d7a9bd
commit 383c033807

View File

@@ -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