Skip to content

Commit 394e385

Browse files
VMoisiansu
authored andcommitted
docs: fix env-cmd example in deployment section (#7039)
1 parent b59d427 commit 394e385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For example, to create a build environment for a staging environment:
150150
```json
151151
{
152152
"scripts": {
153-
"build:staging": "env-cmd .env.staging npm run build"
153+
"build:staging": "env-cmd -f .env.staging npm run build"
154154
}
155155
}
156156
```

0 commit comments

Comments
 (0)