Skip to content

Commit

Permalink
Fix missing type info in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahPlusPlus committed Nov 5, 2024
1 parent 776f06f commit 526cb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frameworks/solid-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"*.d.ts"
],
"scripts": {
"prepack": "yarn build",
"prepack": "yarn build --optimized --reset",
"build": "npx jiti ../../../scripts/prepare/build.ts",
"check": "npx jiti ../../../scripts/prepare/check.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"*.d.ts"
],
"scripts": {
"prepack": "yarn build",
"prepack": "yarn build --optimized --reset",
"build": "npx jiti ../../../scripts/prepare/build.ts",
"check": "npx jiti ../../../scripts/prepare/check.ts"
},
Expand Down

0 comments on commit 526cb22

Please sign in to comment.