Skip to content

Commit

Permalink
docs: fix npm cli option pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
typedarray committed Dec 14, 2024
1 parent 91062c5 commit 4903a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ yarn start --schema $RAILWAY_DEPLOYMENT_ID
</Tabs.Tab>
<Tabs.Tab>
```text filename="Start command"
npm run start --schema $RAILWAY_DEPLOYMENT_ID
npm run start -- --schema $RAILWAY_DEPLOYMENT_ID
```
</Tabs.Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/production/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ yarn start --schema $RAILWAY_DEPLOYMENT_ID
</Tabs.Tab>
<Tabs.Tab>
```text filename="Start command"
npm run start --schema $RAILWAY_DEPLOYMENT_ID
npm run start -- --schema $RAILWAY_DEPLOYMENT_ID
```
</Tabs.Tab>
</Tabs>
Expand Down

0 comments on commit 4903a90

Please sign in to comment.