Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Dec 7, 2024
1 parent 06432ba commit 5b81110
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 @@ -9,7 +9,7 @@
"dev": "pnpm run --filter=example dev",
"lint": "eslint --ext .ts,.js,.astro .",
"build": "pnpm run -r --if-present build",
"release": "npm run --filter=astro-pagefind release",
"release": "pnpm run --filter=astro-pagefind release",
"prepare": "husky"
},
"devDependencies": {
Expand Down

0 comments on commit 5b81110

Please sign in to comment.