Skip to content

Commit 0adec1b

Browse files
update circle ci test
1 parent c18c3e5 commit 0adec1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
- run:
101101
working_directory: create-leo-app
102102
command: |
103-
yarn add -D ts-node typescript
104-
node --loader ts-node/esm src/index.ts test-app --template react-leo
103+
npm i -D tsx
104+
npx tsx src/index.ts test-app --template react-leo
105105
106106
template-node:
107107
executor: rust-node

0 commit comments

Comments
 (0)