electron/.circleci/config
Darshan Sen f3dbdaaf33
build: fix error in the ts-compile-doc-change step (#35258)
build: fix error in the ts-compile-doc-change step

Fixes the following error: https://app.circleci.com/pipelines/github/electron/electron/56517/workflows/ea0f6548-e0ac-40c6-bacb-e24610cd6670/jobs/1287168?invite=true#step-103-29

```sh
$ webpack --config build/webpack/webpack.config.asar.js --output-filename=asar.js --output-path=./.tmp --env.mode=development
[webpack-cli] Error: Unknown option '--env.mode=development'
[webpack-cli] Run 'webpack --help' to see available commands and options
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```

This probably started happening because of the recent webpack upgrade
in https://github.com/electron/electron/pull/34990.

Signed-off-by: Darshan Sen <raisinten@gmail.com>
2022-08-08 17:09:09 -04:00
..
jobs build: improve circleci config (#33881) 2022-04-21 14:34:25 -07:00
base.yml build: fix error in the ts-compile-doc-change step (#35258) 2022-08-08 17:09:09 -04:00
build.js build: improve circleci config (#33881) 2022-04-21 14:34:25 -07:00
package.json build: improve circleci config (#33881) 2022-04-21 14:34:25 -07:00
yarn.lock build: improve circleci config (#33881) 2022-04-21 14:34:25 -07:00