playwright/utils/build
Yury Semikhatsky ce55cdffb8
fix: update path to cli.js in run-driver-win.cmd (#29538)
This was missed in https://github.com/microsoft/playwright/pull/29131

Fixes the following error in java on windows:

```
Error: Cannot find module 'C:\Users\RUNNER~1\AppData\Local\Temp\playwright-java-910508779801292985\package\lib\cli\cli.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
```
2024-02-16 19:35:11 -08:00
..
.gitignore
build-playwright-driver.sh
build.js fix(ct): allow passing date, url, bigint as properties (#29031) 2024-01-17 20:43:28 -08:00
clean.js
deploy-trace-viewer.sh
run-driver-posix.sh chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
run-driver-win.cmd fix: update path to cli.js in run-driver-win.cmd (#29538) 2024-02-16 19:35:11 -08:00
update-playwright-driver-version.mjs
update_canary_version.js devops: switch to ISO date string for Canary versions (#29142) 2024-01-24 17:13:00 +01:00
upload-playwright-driver.sh