Skip to content

Commit 55975f9

Browse files
committed
Updated caniuse, Removed redundant test run
1 parent a1bbc34 commit 55975f9

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
- name: Install deps
4949
run: yarn install --frozen-lockfile
5050

51-
- name: Run tests
52-
run: yarn test
53-
5451
- name: Build
5552
run: yarn build
5653

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"dist",
99
"style"
1010
],
11-
"scripts": {
12-
"tsc": "tsc",
13-
"lint": "eslint src/",
14-
"jest": "jest --no-cache --config=jest.config.json",
15-
"test": "yarn lint && yarn jest",
16-
"test:watch": "yarn jest --watch --no-coverage",
17-
"bundle": "rollup -c",
18-
"build": "yarn test && yarn bundle",
19-
"prepublishOnly": "yarn build"
20-
},
11+
"scripts": {
12+
"tsc": "tsc",
13+
"lint": "eslint src/",
14+
"jest": "jest --no-cache --config=jest.config.json",
15+
"test": "yarn lint && yarn jest",
16+
"test:watch": "yarn jest --watch --no-coverage",
17+
"bundle": "rollup -c",
18+
"build": "yarn test && yarn bundle",
19+
"prepublishOnly": "yarn build"
20+
},
2121
"repository": {
2222
"type": "git",
2323
"url": "git+https://github.com/Hargne/jest-html-reporter.git"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@ camelcase@^6.3.0:
17221722
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
17231723

17241724
caniuse-lite@^1.0.30001688:
1725-
version "1.0.30001695"
1726-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz"
1727-
integrity sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==
1725+
version "1.0.30001781"
1726+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001781.tgz"
1727+
integrity sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==
17281728

17291729
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2:
17301730
version "4.1.2"

0 commit comments

Comments
 (0)