Commit a671138
authored
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)`1 parent 3382daa commit a671138
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments