when running npm run build on the latest version i get:
> @geoext/[email protected] build
> ./build-openlayers-legacy.sh
'.' is not recognized as an internal or external command,
operable program or batch file.
updating package.json:6 to:
"build": "build-openlayers-legacy.sh",
fixes the issue