Skip to content

Commit

Permalink
chore: prepare in postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Jun 24, 2024
1 parent f9b4140 commit 735fdbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:types": "npx nuxi typecheck"
"test:types": "npx nuxi typecheck",
"postinstall": "pnpm dev:prepare"
},
"build": {
"externals": [
Expand Down

0 comments on commit 735fdbd

Please sign in to comment.