Skip to content

Commit

Permalink
Fix build error that only appeared during deployment (#1896)
Browse files Browse the repository at this point in the history
This PR aims to fix a website build error that only appeared during the
deployment workflow.
  • Loading branch information
brandonpayton authored Oct 15, 2024
1 parent 67a255c commit fd73a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/playground/website/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"cp -r ./client ./wasm-wordpress-net/",
"cp -r ./remote/* ./wasm-wordpress-net/",
"cp -r ./website/* ./wasm-wordpress-net/",
"cp -r ../../../packages/playground/php-cors-proxy/{cors-proxy.php,cors-proxy-functions.php} ./wasm-wordpress-net/",
"cp ../../../packages/playground/php-cors-proxy/cors-proxy.php ./wasm-wordpress-net/",
"cp ../../../packages/playground/php-cors-proxy/cors-proxy-functions.php ./wasm-wordpress-net/",
"cat ./remote/.htaccess ./website/.htaccess > ./wasm-wordpress-net/.htaccess",
"curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar > wasm-wordpress-net/wp-cli.phar",
"cat wasm-wordpress-net/wp-cli.phar | gzip -c -9 > wasm-wordpress-net/wp-cli.phar.gz"
Expand Down

0 comments on commit fd73a75

Please sign in to comment.