Skip to content

Commit

Permalink
docs: fix env-cmd example in deployment section (#7039)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMois authored and iansu committed May 14, 2019
1 parent b59d427 commit 394e385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ For example, to create a build environment for a staging environment:
```json
{
"scripts": {
"build:staging": "env-cmd .env.staging npm run build"
"build:staging": "env-cmd -f .env.staging npm run build"
}
}
```
Expand Down

0 comments on commit 394e385

Please sign in to comment.