Removed `--no-dev` from `composer install` prep work, as including `--no-dev` results in `wp` command not being installed.

Matt Sherman 2020-04-07 11:17:36 -04:00
parent 8aba6f99e0
commit 049d904c43
1 changed files with 1 additions and 1 deletions

@ -86,7 +86,7 @@ Setup Wizard e2e test (located in `activate-and-setup` directory) will run befor
- Run `npm install`
- Run `composer install --no-dev`
- Run `composer install`
- Run `npm run build`