Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61591, comment 17


Ignore:
Timestamp:
10/15/2024 09:49:17 AM (16 months ago)
Author:
rcorrales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61591, comment 17

    initial v1  
    44{{{
    55#!sh
    6 # wp-env start
     6> wp-env start
    77...
    8 # wp-env run cli wp core version
     8> wp-env run cli wp core version
    99ℹ Starting 'wp core version' on the cli container.
    1010
     
    108108{{{
    109109#!sh
    110 # npm install puppeteer
    111 # node test-themes.js
     110> npm install puppeteer
     111> node test-themes.js
    112112}}}
    113113
     
    182182{{{
    183183#!sh
    184 # cd $(wp-env install-path 2>/dev/null)/WordPress/
    185 # curl https://patch-diff.githubusercontent.com/raw/WordPress/wordpress-develop/pull/6992.patch | patch -p2
    186 # cd -
    187 # node test-themes.js
     184> cd $(wp-env install-path 2>/dev/null)/WordPress/
     185> curl https://patch-diff.githubusercontent.com/raw/WordPress/wordpress-develop/pull/6992.patch | patch -p2
     186> cd -
     187> node test-themes.js
    188188}}}
    189189