Skip to content

Commit

Permalink
update build ocmmand
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Raj Jain committed Aug 19, 2023
1 parent 003764c commit 9fc33c5
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 @@ -5,10 +5,10 @@
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"types": "node ./scripts/getTypes.mjs",
"fmt": "prettier --write '**/*' --ignore-unknown",
"build": "astro build && npx -y pagefind@latest --source 'dist/docs'"
"fmt": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@astrojs/starlight": "^0.7.1",
Expand Down

0 comments on commit 9fc33c5

Please sign in to comment.