Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix vscode-extension bundle step adding correct jspi subfolder (#359)
<!-- Thanks for contributing to WordPress Playground Tools! --> ## What? <!-- In a few words, what is the PR actually doing? Include screenshots or screencasts if applicable --> It updates the correct path of `jspi/PHP_*` to be included in the VS Code extension after upgrading the Playground dependencies on #350 ## Why? <!-- Why is this PR necessary? What problem is it solving? Reference any existing previous issue(s) or PR(s), but please add a short summary here, too --> The paths to wasm files have changed in the new version. ## How? <!-- How is your PR addressing the issue at hand? What are the implementation details? --> Updating the project bundle step. ## Testing Instructions <!-- Please include step by step instructions on how to test this PR. --> <!-- 1. Check out the branch. --> <!-- 2. Run a command. --> <!-- 3. etc. --> * Run `npx nx run vscode-extension:build:bundle` * Observe the command finishes successfully : ` > NX Successfully ran target build:bundle for project vscode-extension (501ms)`
- Loading branch information