Skip to content

Commit

Permalink
Fix serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Jan 7, 2025
1 parent f8baf07 commit 161211d
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 @@
"releaser"
],
"scripts": {
"serve": "yarn workspace website serve",
"serve": "yarn workspace website start",
"spelling:check": "yarn cspell 'website/docs/**/*.md'",
"links:check": "markdown-link-check -q -c link-check-config.json website/docs/**/*.md",
"format:check": "prettier -c .",
Expand Down

0 comments on commit 161211d

Please # to comment.