We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faf729 commit 8a2edb8Copy full SHA for 8a2edb8
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
registry-url: 'https://registry.npmjs.org'
17
- name: Install dependencies
18
run: yarn install --frozen-lockfile
19
+ - name: Install chromedriver for windows
20
+ run: npm_config_platform=win32 yarn run install
21
+ working-directory: packages/selenium-ide/node_modules/electron-chromedriver
22
- name: Build all JS
23
run: yarn build
24
- name: Publish non IDE packages to npm
packages/selenium-ide/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@seleniumhq/selenium-ide",
3
- "version": "4.0.0-alpha.7",
+ "version": "4.0.0-alpha.8",
4
"private": true,
5
"description": "Selenium IDE electron app",
6
"author": "Todd <[email protected]>",
0 commit comments