Commit 4fe77ee
fix: workingDirectory props was not used (#58)
## Change Description
Change to use workingDirectory props.
## Why need this change?
Currently, NodejsBuild accept to specification workingDirectory for
props. However, the value was not used.
## Possible breaking change
Users who have been using `workingDirectory` property might see
unexpected behavior after the upgrade. To get back the previous
behavior, they can just remove the `workingDirectory` property, because
it was not used at all previously.
---------
Co-authored-by: Masashi Tomooka <[email protected]>1 parent b7f5871 commit 4fe77ee
3 files changed
+471
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
285 | | - | |
| 286 | + | |
286 | 287 | | |
287 | | - | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
This file was deleted.
0 commit comments