Skip to content

Commit

Permalink
Merge pull request #97 from syakoo/develop
Browse files Browse the repository at this point in the history
chore(deps): 🔗 install tsx v4.15.7
  • Loading branch information
syakoo authored Jul 2, 2024
2 parents a4d8edd + bb6515d commit 4dbf216
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 197 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"scripts": {
"dev": "run-p dev:*",
"dev:local": "next dev",
"dev:mock-server": "pnpm dlx tsx ./scripts/mock-server.ts",
"dev:mock-server": "tsx ./scripts/mock-server.ts",
"build": "run-s build:prebuild build:next",
"build:next": "next build",
"build:prebuild": "pnpm dlx tsx ./scripts/prebuild.ts",
"build:prebuild": "tsx --tsconfig ./tsconfig.json ./scripts/prebuild.ts",
"start": "next start",
"test": "jest --verbose",
"test:watch": "jest --watch",
Expand Down Expand Up @@ -93,6 +93,7 @@
"scaffdog": "^3.0.0",
"storybook": "^8.0.8",
"ts-jest": "^29.1.2",
"tsx": "^4.15.7",
"typescript": "^5.4.5",
"undici": "^5.28.4"
},
Expand Down
Loading

0 comments on commit 4dbf216

Please sign in to comment.