Changes between Initial Version and Version 1 of Ticket #61591, comment 17
- Timestamp:
- 10/15/2024 09:49:17 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61591, comment 17
initial v1 4 4 {{{ 5 5 #!sh 6 #wp-env start6 > wp-env start 7 7 ... 8 #wp-env run cli wp core version8 > wp-env run cli wp core version 9 9 ℹ Starting 'wp core version' on the cli container. 10 10 … … 108 108 {{{ 109 109 #!sh 110 #npm install puppeteer111 #node test-themes.js110 > npm install puppeteer 111 > node test-themes.js 112 112 }}} 113 113 … … 182 182 {{{ 183 183 #!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 -p2186 #cd -187 #node test-themes.js184 > 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 188 188 }}} 189 189