Skip to content

Commit

Permalink
πŸ“ Accommodate build auto clean in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasrohmer committed May 21, 2019
1 parent 7f9e537 commit 597497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $ npm run start:local
```
## Build
Prior running a build it is recommended to run `gulp clean` to ensure your environment doesn't contain any remainings of previous builds - additionally check your working copy for eventual unintended local changes.
Caution: starting a build automatically cleans all locations of possible remainings from previous builds. Make sure you don't have anything there that you want to keep - additionally check your working copy for eventual unintended local changes.

To perform a build run the following command with `--env` being one of the following valid environments: `development`, `local`, `staging` or `production`:

Expand Down

0 comments on commit 597497d

Please sign in to comment.