Skip to content

Commit

Permalink
[core] Fix docs:start which should start next.js server (#20202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ro7584 authored Mar 21, 2020
1 parent 978381d commit afe8677
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 @@ -15,7 +15,7 @@
"docs:export": "yarn workspace docs export",
"docs:icons": "yarn workspace docs icons",
"docs:size-why": "cross-env DOCS_STATS_ENABLED=true yarn docs:build",
"docs:start": "yarn workspace docs icons",
"docs:start": "yarn workspace docs start",
"docs:i18n": "cross-env BABEL_ENV=test babel-node ./docs/scripts/i18n.js",
"docs:typescript": "yarn workspace docs typescript:transpile:dev",
"docs:typescript:check": "yarn workspace docs typescript",
Expand Down

0 comments on commit afe8677

Please sign in to comment.