Skip to content

Commit 735fdbd

Browse files
committed
chore: prepare in postinstall
1 parent f9b4140 commit 735fdbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"lint": "eslint .",
4949
"lint:fix": "eslint . --fix",
5050
"test": "vitest",
51-
"test:types": "npx nuxi typecheck"
51+
"test:types": "npx nuxi typecheck",
52+
"postinstall": "pnpm dev:prepare"
5253
},
5354
"build": {
5455
"externals": [

0 commit comments

Comments
 (0)