Changeset 61673
- Timestamp:
- 02/18/2026 01:18:53 PM (3 months ago)
- Location:
- trunk/tools/gutenberg
- Files:
-
- 2 edited
-
build-gutenberg.js (modified) (1 diff)
-
copy-gutenberg-build.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/gutenberg/build-gutenberg.js
r61492 r61673 146 146 const baseUrlArg = 147 147 process.platform === 'win32' 148 ? '--base-url="includes_url( \'build \' )"'149 : "--base-url=includes_url( 'build ' )";148 ? '--base-url="includes_url( \'build/\' )"' 149 : "--base-url=includes_url( 'build/' )"; 150 150 151 await exec( 'npm', [ 'run', 'build', '--', '-- fast', baseUrlArg ], {151 await exec( 'npm', [ 'run', 'build', '--', '--skip-types', baseUrlArg ], { 152 152 cwd: gutenbergDir, 153 153 } ); -
trunk/tools/gutenberg/copy-gutenberg-build.js
r61605 r61673 40 40 phpInfrastructure: { 41 41 destination: 'build', 42 files: [ 'routes.php', 'pages.php' ],42 files: [ 'routes.php', 'pages.php', 'constants.php' ], 43 43 directories: [ 'pages', 'routes' ], 44 44 },
Note: See TracChangeset
for help on using the changeset viewer.