Skip to content

Commit ae487dd

Browse files
committed
chore: fix prepack script
1 parent c24bdb3 commit ae487dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"sideEffects": false,
2323
"exports": {
2424
".": {
25-
"types": "./dist/types.d.ts",
25+
"types": "./dist/types.d.mts",
2626
"default": "./dist/module.mjs"
2727
},
2828
"./package.json": "./package.json"
@@ -33,7 +33,7 @@
3333
"dist"
3434
],
3535
"scripts": {
36-
"prepack": "nuxt-module-build build",
36+
"prepack": "nuxt-module-build prepare && nuxt-module-build build",
3737
"dev": "nuxi dev playground",
3838
"dev:build": "nuxi build playground",
3939
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
@@ -58,7 +58,7 @@
5858
"changelogen": "^0.5.7",
5959
"eslint": "^9.11.0",
6060
"nuxt": "^3.13.0",
61-
"typescript": "latest",
61+
"typescript": "^5.6.3",
6262
"vitest": "^2.1.1",
6363
"vue-tsc": "^2.1.6"
6464
}

0 commit comments

Comments
 (0)