Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Switch from Gatsby to Astro
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed May 4, 2024
1 parent 6b6aa00 commit 0c18f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"dev": "astro dev --host",
"prepare": "husky && astro sync",
"preview": "astro preview",
"start": "astro dev",
"preview": "astro preview --host",
"start": "astro dev --host",
"test": "eslint . && stylelint $(git ls-files '*.css') && prettier --check . && npm run type-check",
"type-check": "tsc --pretty"
},
Expand Down

0 comments on commit 0c18f44

Please sign in to comment.