diff --git a/README.md b/README.md index 611ae66..7d58d81 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ This will download the Node.js and PHP dependencies under `node_modules` and `ve The Boilerplate provides these additional commands: -* `npm run dev` Build files and watch for changes. +* `npm run dev` Build files without minification. +* `npm run watch` Build files and watch for changes. * `npm run build` Build files and minify JS and CSS. * `npm run lint-php` Run PHP_CodeSniffer on PHP files to detect errors. * `npm run lint-php:fix` Run phpcbf to try to fix PHP errors.