Skip to content

Commit

Permalink
PHP: Build the kitchen-sink web PHP bundle to the kitchen-sink output…
Browse files Browse the repository at this point in the history
… directory

This change wasn't included in #681 but should have been
  • Loading branch information
adamziel committed Oct 12, 2023
1 parent 84f1838 commit b16c337
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/php-wasm/web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"options": {
"commands": [
"node packages/php-wasm/compile/build.js --PLATFORM=web-light --output-dir=packages/php-wasm/web/public/light",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --output-dir=packages/php-wasm/web/public/regular"
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --output-dir=packages/php-wasm/web/public/kitchen-sink"
],
"parallel": false
}
Expand All @@ -77,15 +77,15 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=5.6 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.0 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.1 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.2 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.3 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.4 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=8.0 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=8.1 --output-dir=packages/php-wasm/web/public/regular",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=8.2 --output-dir=packages/php-wasm/web/public/regular"
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=5.6 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.0 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.1 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.2 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.3 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=7.4 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=8.0 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=8.1 --output-dir=packages/php-wasm/web/public/kitchen-sink",
"node packages/php-wasm/compile/build.js --PLATFORM=web-kitchen-sink --PHP_VERSION=8.2 --output-dir=packages/php-wasm/web/public/kitchen-sink"
],
"parallel": false
}
Expand Down

0 comments on commit b16c337

Please sign in to comment.