Skip to content

Commit

Permalink
Corrected - PNPM for predeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStruhar committed Dec 29, 2023
1 parent 2868d8c commit 24f72cc
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 @@ -14,7 +14,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"predeploy": "npm run build",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
},
"eslintConfig": {
Expand Down

0 comments on commit 24f72cc

Please sign in to comment.