Skip to content

Commit

Permalink
Merge branch 'main' into MakeADiff_init
Browse files Browse the repository at this point in the history
  • Loading branch information
err53 authored Oct 3, 2023
2 parents ccb41ba + 2b186e4 commit 1e785b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev": "pnpm i && astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
Expand Down Expand Up @@ -44,4 +44,4 @@
"lint-staged": {
"*": "prettier --ignore-unknown --write --plugin=prettier-plugin-tailwindcss --plugin=prettier-plugin-astro"
}
}
}

0 comments on commit 1e785b9

Please sign in to comment.