Skip to content

Commit b6d0b56

Browse files
committed
[fix] 2 CI errors
1 parent d9c4943 commit b6d0b56

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: browser-actions/setup-chrome@latest
1919
- name: Install, Build & Publish
2020
run: |
21-
yarn
21+
yarn && yarn set-chrome
2222
cd test/ && yarn && cd ..
2323
yarn publish
2424
env:

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ test/
22
dist/
33
Contributing.md
44
docs/
5+
.parcel-cache/
6+
.husky/
57
.github/
68
.vscode/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cell-router",
3-
"version": "2.1.0-rc.0",
3+
"version": "2.1.0",
44
"license": "LGPL-3.0",
55
"description": "Web Component Router based on WebCell & MobX",
66
"keywords": [
@@ -42,7 +42,7 @@
4242
"jest": "^27.4.7",
4343
"koapache": "^2.2.1",
4444
"less": "^4.1.2",
45-
"lint-staged": "^12.3.2",
45+
"lint-staged": "^12.3.3",
4646
"parcel": "^2.2.1",
4747
"prettier": "^2.5.1",
4848
"puppeteer-core": "^13.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4245,10 +4245,10 @@ lines-and-columns@^1.1.6:
42454245
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
42464246
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
42474247

4248-
lint-staged@^12.3.2:
4249-
version "12.3.2"
4250-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.2.tgz#c87fe59dca475b7d1cb56863c5faa03c145e1446"
4251-
integrity sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==
4248+
lint-staged@^12.3.3:
4249+
version "12.3.3"
4250+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.3.tgz#0a465962fe53baa2b4b9da50801ead49a910e03b"
4251+
integrity sha512-OqcLsqcPOqzvsfkxjeBpZylgJ3SRG1RYqc9LxC6tkt6tNsq1bNVkAixBwX09f6CobcHswzqVOCBpFR1Fck0+ag==
42524252
dependencies:
42534253
cli-truncate "^3.1.0"
42544254
colorette "^2.0.16"

0 commit comments

Comments
 (0)