From 610c16ce4a664ed337e38c1a981bcda58430c857 Mon Sep 17 00:00:00 2001 From: Pauan Date: Sun, 1 Dec 2024 17:59:02 -0800 Subject: [PATCH] Renaming start script to dev --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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