Skip to content

Commit

Permalink
fix: replace ts-node with tsx for scripts (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Apr 8, 2024
1 parent 18d207f commit b7d31d4
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 117 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"storybook": "storybook dev -p 6006 --no-open",
"storybook:theming": "pnpm run storybook --no-manager-cache",
"clean": "rm -rf dist/*",
"gen-component": "ts-node ./utils/gen-component-script",
"gen-component": "tsx ./utils/gen-component-script",
"test": "jest",
"prepare": "husky"
},
Expand Down Expand Up @@ -108,8 +108,8 @@
"storybook": "^8.0.5",
"style-loader": "3.3.3",
"tailwindcss": "3.4.1",
"ts-node": "^10.9.2",
"tslib": "2.6.2",
"tsx": "^4.7.2",
"typescript": "^5.4.3"
},
"keywords": [
Expand Down
Loading

0 comments on commit b7d31d4

Please sign in to comment.