Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47767, comment 26


Ignore:
Timestamp:
08/05/2019 05:06:11 AM (6 years ago)
Author:
noisysocks
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47767, comment 26

    initial v1  
    1010
    1111- I still am wishing `npm run dev` ran `grunt watch --dev`. I understand the desire for consistency between `npm` and `grunt`, though.
     12- I mistakenly thought that `npm run env:reset-site` was a command that could be run, when it's actually an internal command used by `npm run env:install`. Not sure if a different name (e.g. `env:install-reset`) would help with this. Ideally we'd only have commands that the user is supposed to run in `"scripts"`.
    1213- It's awkward that `npm run test:php`, on first run, gives you an error about a missing `wp-tests-config.php` file with no clues on how to set one up using the built-in MySQL container.
    1314- I received 'connection refused' errors when testing with PHP 5.3 and 5.4, and a WordPress error when using PHP 5.5.