Developer build does not work on MS Windows #796
Labels
kind/bug
A bug in existing code (including security flaws)
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
Problem
Docker-based release builds runn in linux container, but regular
yarn dev-build
does not, and$RELEASE_CHANNEL
variable is not set correctly on Windows.Fix
Just avoid shell scripting, move to JS. In this case:
package.json
, simplify the way vendor-specific bundles are generated.ci/update-manifest.sh
bundle:
tasksThe text was updated successfully, but these errors were encountered: