Removed `--no-dev` from `composer install` prep work, as including `--no-dev` results in `wp` command not being installed.
parent
8aba6f99e0
commit
049d904c43
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue