Skip to content

Commit 932729e

Browse files
committed
chore: run install command to relink binaries
1 parent b3a513b commit 932729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"scripts": {
3030
"build": "unbuild",
31-
"dev:prepare": "unbuild --stub && pnpm -r dev:prepare",
31+
"dev:prepare": "unbuild --stub && pnpm i && pnpm -r dev:prepare",
3232
"example:build": "pnpm nuxt-module-build build ./example",
3333
"lint": "eslint .",
3434
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",

0 commit comments

Comments
 (0)