Skip to content

Commit

Permalink
add back ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Apr 24, 2024
1 parent 8034cc2 commit 4143f60
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 38 deletions.
3 changes: 2 additions & 1 deletion 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": "tsx ./utils/gen-component-script",
"gen-component": "ts-node ./utils/gen-component-script",
"test": "jest",
"prepare": "husky",
"typecheck": "tsc"
Expand Down Expand Up @@ -108,6 +108,7 @@
"storybook": "^8.0.6",
"style-loader": "3.3.4",
"tailwindcss": "3.4.3",
"ts-node": "^10.9.2",
"tslib": "2.6.2",
"tsx": "^4.7.2",
"typescript": "^5.4.3"
Expand Down
Loading

0 comments on commit 4143f60

Please sign in to comment.