Skip to content

Commit

Permalink
Generate Astro types on install
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed May 4, 2024
1 parent c85130b commit 4cb8614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"prepare": "husky",
"prepare": "husky && astro sync",
"preview": "astro preview",
"start": "astro dev",
"test": "eslint . && stylelint $(git ls-files '*.css') && prettier --check . && npm run type-check",
Expand Down

0 comments on commit 4cb8614

Please sign in to comment.