Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj authored Mar 8, 2022
1 parent 1325536 commit 03079f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ task('yarn:build', function () {
before('deploy', 'yarn:build');
```

When _not_ using `public` as the web directory, please set it respectively:

```json
{
"extra": {
"public-dir": "web"
}
}
```

### Deploy

- `dep deploy [host]`
Expand Down

0 comments on commit 03079f3

Please sign in to comment.