Skip to content

Commit

Permalink
feat: cli uses tsx instead of ts-node (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso authored Sep 11, 2023
1 parent 2850d8b commit 4cc2512
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 103 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --plugin-search-dir . --write . && eslint . --fix",
"knip": "knip",
"start:blockchain": "hardhat node",
"cli": "ts-node --esm --experimental-specifier-resolution=node ./src/cli/cli.ts",
"cli": "tsx --tsconfig ./.svelte-kit/tsconfig.json --no-warnings ./src/cli/cli.ts",
"waku:start": "docker compose -f ./docker-compose.yaml up -d",
"waku:stop": "docker kill waku-objects-playground-waku-1"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"svelte": "^4.0.3",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",
"ts-node": "^10.9.1",
"tsx": "^3.12.8",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.4",
Expand Down
Loading

1 comment on commit 4cc2512

@vercel
Copy link

@vercel vercel bot commented on 4cc2512 Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.