Skip to content

Commit

Permalink
fix: use tsx instead of ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Oct 23, 2024
1 parent 5b8355e commit a079ec2
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"license": "GPL-3.0-only",
"scripts": {
"examples:node": "ts-node examples/node/index.ts",
"examples:node": "tsx examples/node/index.ts",
"examples:browser": "esbuild --bundle examples/browser/src/*.ts --servedir=examples/browser/web",
"build-contracts": "contractor colony -t 10 -o ./src/contracts",
"build": "npm run clean && npm run compile-cjs && npm run compile-esm && npm run compile-prod && npm run compile-types && npm run create-pkg-json",
Expand Down Expand Up @@ -69,7 +69,7 @@
"fast-glob": "^3.2.11",
"inquirer": "^8.2.4",
"prettier": "^2.6.1",
"ts-node": "^10.9.1",
"tsx": "^4.19.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"wonka": "^4.0.15",
Expand Down
Loading

0 comments on commit a079ec2

Please sign in to comment.