Skip to content

Commit

Permalink
Fixing docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Jan 3, 2025
1 parent d6ba6fa commit b206e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docusaurus": "docusaurus",
"start": "docusaurus start",
"watch": "node ./generate.mjs watch",
"build": "cd ../packages/sst && pnpm run build && cd ../astro-sst && pnpm run build && cd ../../www && node ./generate.mjs build && docusaurus build",
"build": "cd ../packages/sst && pnpm run build && cd ../../www && node ./generate.mjs build && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
Expand Down

0 comments on commit b206e18

Please sign in to comment.