-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* small doco tweak * fix eslint complaints + version bump
- Loading branch information
1 parent
6374943
commit de43054
Showing
5 changed files
with
27 additions
and
24 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
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 |
---|---|---|
|
@@ -26,10 +26,11 @@ | |
"prettier": "prettier --write --loglevel warn \"**/**/*.ts\"", | ||
"pw": "nyc playwright test && nyc report --reporter=lcov", | ||
"build": "tsc -p ./tsconfig.json", | ||
"lint": "npx eslint . --ext .ts" | ||
"lint": "npx eslint . --ext .ts", | ||
"lint-fix": "npx eslint . --ext .ts --fix" | ||
}, | ||
"name": "playwright-slack-report", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"main": "index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "[email protected]:ryanrosello-og/playwright-slack-report.git", | ||
|
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