Skip to content

Commit 53892a3

Browse files
HjafCopilot
andauthored
Apply suggestion from @Copilot
The docu:serve should not have been removed in the first place, only the --host flag was to be amended to the docu:start Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f1fee6b commit 53892a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"docu:clear": "pnpm --filter design-system-docs run clear",
3939
"docu:build": "pnpm run extract-prerequisites && pnpm --filter ./apps/design-system-docs run build",
4040
"docu:start": "pnpm --filter ./apps/design-system-docs run start --host 0.0.0.0",
41+
"docu:serve": "pnpm --filter ./apps/design-system-docs run serve",
4142
"palette:dev": "pnpm --filter @equinor/eds-color-palette-generator dev",
4243
"palette:build": "pnpm --filter @equinor/eds-color-palette-generator build",
4344
"palette:build:cli": "pnpm --filter @equinor/eds-color-palette-generator build:cli",

0 commit comments

Comments
 (0)