-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #748 from webdriverio-community/sm/fix-ci-release
fix(ci): pack after bump
- Loading branch information
Showing
8 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# WDIO Electron Types | ||
|
||
<a href="https://www.npmjs.com/package/@wdio/electron-types" alt="NPM Version"> | ||
<img src="https://img.shields.io/npm/v/@wdio/electron-types" /></a> | ||
<a href="https://www.npmjs.com/package/@wdio/electron-types" alt="NPM Downloads"> | ||
<img src="https://img.shields.io/npm/dw/@wdio/electron-types" /></a> | ||
|
||
<br /> | ||
|
||
**Types for the [WDIO Electron Service](https://github.com/webdriverio-community/wdio-electron-service)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# WDIO Electron Utils | ||
|
||
<a href="https://www.npmjs.com/package/@wdio/electron-utils" alt="NPM Version"> | ||
<img src="https://img.shields.io/npm/v/@wdio/electron-utils" /></a> | ||
<a href="https://www.npmjs.com/package/@wdio/electron-utils" alt="NPM Downloads"> | ||
<img src="https://img.shields.io/npm/dw/@wdio/electron-utils" /></a> | ||
|
||
<br /> | ||
|
||
**Utility Functions for the [WDIO Electron Service](https://github.com/webdriverio-community/wdio-electron-service)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "wdio-electron-service", | ||
"version": "7.0.1", | ||
"version": "7.0.0", | ||
"description": "WebdriverIO service to enable Electron testing", | ||
"author": "Sam Maister <[email protected]>", | ||
"homepage": "https://github.com/webdriverio-community/wdio-electron-service", | ||
|
@@ -50,7 +50,6 @@ | |
"build:cjs": "pnpm build:cjs:copy && pnpm build:cjs:compile", | ||
"build:cjs:copy": "cp -f ./src/preload.ts ./src/cjs/preload.ts && cp -f ./src/main.ts ./src/cjs/main.ts && cp -f ./src/constants.ts ./src/cjs/constants.ts", | ||
"build:cjs:compile": "tsc --project tsconfig.cjs.json --outDir dist/cjs", | ||
"pack": "pnpm pack", | ||
"release": "release-it --ci --npm.skipChecks --no-git.requireCleanWorkingDir", | ||
"test:unit": "vitest --coverage --watch=false", | ||
"test:dev": "vitest --coverage", | ||
|
@@ -113,6 +112,9 @@ | |
"dist/*" | ||
], | ||
"release-it": { | ||
"hooks": { | ||
"after:bump": "pnpm pack" | ||
}, | ||
"git": false, | ||
"npm": { | ||
"publish": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters