Skip to content

Commit

Permalink
Merge pull request #37 from JianJroh/prepare-types
Browse files Browse the repository at this point in the history
Add postinstall script for generating types
  • Loading branch information
sfxcode authored Feb 19, 2024
2 parents ea75a76 + d13a4d5 commit 6dbb9a0
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 @@ -13,7 +13,8 @@
"lint": "eslint --fix .",
"test:ui": "vitest --ui",
"test:unit": "vitest --run --reporter verbose",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@formkit/nuxt": "1.5.9",
Expand Down

0 comments on commit 6dbb9a0

Please sign in to comment.