Skip to content

Commit

Permalink
run install before running dev
Browse files Browse the repository at this point in the history
  • Loading branch information
err53 authored Oct 3, 2023
1 parent 5b6db84 commit 2b186e4
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 2b186e4

Please sign in to comment.