Skip to content

Commit

Permalink
Renaming start script to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Dec 2, 2024
1 parent 7d3742a commit 610c16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- run:
working_directory: create-leo-app/template-node
command: |
yarn start
yarn dev
template-node-ts:
executor: rust-node
Expand All @@ -108,7 +108,7 @@ jobs:
- run:
working_directory: create-leo-app/template-node-ts
command: |
yarn start
yarn dev
template-extension:
executor: rust-node
Expand Down

0 comments on commit 610c16c

Please sign in to comment.