Skip to content

Commit 0fcbca8

Browse files
authored
Merge pull request FullHuman#272 from davidsan/patch-1
Fix output option typo
2 parents 1ba5e77 + c7872df commit 0fcbca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add the following code in **package.json**
4747

4848
```json
4949
"scripts": {
50-
"postbuild": "purgecss --css build/static/css/*.css --content build/static/index.html build/static/js/*.js --out build/static/css"
50+
"postbuild": "purgecss --css build/static/css/*.css --content build/static/index.html build/static/js/*.js --output build/static/css"
5151
},
5252
```
5353

0 commit comments

Comments
 (0)