Skip to content

Commit

Permalink
ts-node -> tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed Nov 30, 2024
1 parent 40f9d58 commit f698009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "slide",
"private": true,
"scripts": {
"new": "ts-node \"./scripts/createWorkspace.ts\"",
"dev": "ts-node \"./scripts/runWorkspace.ts\" --command=dev",
"build": "ts-node \"./scripts/runWorkspace.ts\" --command=build",
"export": "ts-node \"./scripts/runWorkspace.ts\" --command=export",
"new": "tsx \"./scripts/createWorkspace.ts\"",
"dev": "tsx \"./scripts/runWorkspace.ts\" --command=dev",
"build": "tsx \"./scripts/runWorkspace.ts\" --command=build",
"export": "tsx \"./scripts/runWorkspace.ts\" --command=export",
"lint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit f698009

Please sign in to comment.