Skip to content

Commit

Permalink
docs: fix typo on docs/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Sep 5, 2021
1 parent e134db1 commit 4ebf68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -258,7 +258,7 @@ Alternatively, you can specifically disable `prepare` script with

```shell
npm set-script prepare ""
npm ci --only-production
npm ci --only=production
```

### With a custom script
Expand Down

0 comments on commit 4ebf68d

Please sign in to comment.