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 feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
build-playwright-driver.sh chore(driver): roll driver to recent Node.js LTS version (#28943) 2024-01-11 11:15:42 +01:00
build.js fix(ct): allow passing date, url, bigint as properties (#29031) 2024-01-17 20:43:28 -08:00
clean.js chore: get rid of rimraf package (#27790) 2023-10-26 19:41:00 +02:00
deploy-trace-viewer.sh chore: remove old webpack folder structure (#26560) 2023-08-19 16:16:44 -07:00
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_canary_version.js devops: switch to ISO date string for Canary versions (#29142) 2024-01-24 17:13:00 +01:00
update-playwright-driver-version.mjs devops: auto roll Node.js version of driver follow-up 2022-07-11 15:54:46 +02:00
upload-playwright-driver.sh fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00