From 383c033807cf649ae9219fead12043e54431bd71 Mon Sep 17 00:00:00 2001 From: denihs Date: Mon, 3 Jul 2023 08:47:23 -0400 Subject: [PATCH] creating symlink right after finish with npm --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3adb226cde..d3045ab424 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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