Skip to content

Commit

Permalink
Fix docs deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Oct 11, 2024
1 parent d114e96 commit 799ac81
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 @@ -16,7 +16,7 @@
"docs:populate:demos": "pnpm --filter docs populate:demos",
"docs:importDocsStatic": "node scripts/importDocsStatic.mjs",
"docs:size-why": "cross-env DOCS_STATS_ENABLED=true pnpm docs:build",
"docs:deploy": "pnpm --filter docs deploy",
"docs:deploy": "pnpm --filter docs run deploy",
"deduplicate": "pnpm dedupe",
"dataset:file-tree": "tsx ./scripts/treeDataFromFileTree.ts",
"l10n": "tsx ./scripts/l10n.ts",
Expand Down

0 comments on commit 799ac81

Please sign in to comment.