diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f1b52640..4d342f90b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,7 +99,7 @@ jobs: - run: working_directory: create-leo-app/template-node command: | - yarn start + yarn dev template-node-ts: executor: rust-node @@ -108,7 +108,7 @@ jobs: - run: working_directory: create-leo-app/template-node-ts command: | - yarn start + yarn dev template-extension: executor: rust-node