Skip to content

Commit ccaba96

Browse files
release v1.9.0
1 parent 367ea96 commit ccaba96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Run tests
2727
run: |
28-
pnpm test:ci:coverage
28+
pnpm test:coverage:ci
2929
3030
- name: Report to Coveralls
3131
uses: coverallsapp/github-action@v2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alessiofrittoli/web-utils",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Common TypeScript web utilities",
55
"author": {
66
"name": "Alessio Frittoli",
@@ -128,7 +128,7 @@
128128
"//3b": "************************ UNIT TESTS COVERAGE ************************",
129129
"//3c": "*********************************************************************",
130130
"test:coverage": "pnpm test:watch --coverage",
131-
"test:ci:coverage": "pnpm test:ci --coverage",
131+
"test:coverage:ci": "pnpm test:ci --coverage",
132132
"test:serve-coverage": "http-server ./coverage/lcov-report --gzip true -p 0 -o --silent",
133133
"test:coverage:serve": "concurrently --prefix none --kill-others \"pnpm test:coverage\" \"pnpm test:serve-coverage\"",
134134
"//4a": "*********************************************************************",

0 commit comments

Comments
 (0)