Skip to content

Commit c18c3e5

Browse files
update circle ci config
1 parent 3572c23 commit c18c3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
working_directory: create-leo-app
102102
command: |
103103
yarn add -D ts-node typescript
104-
npx ts-node-esm src/index.ts test-app --template react-leo
104+
node --loader ts-node/esm src/index.ts test-app --template react-leo
105105
106106
template-node:
107107
executor: rust-node

0 commit comments

Comments
 (0)