Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed May 29, 2024
1 parent d44f348 commit e12be7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"changeset": "changeset",
"release": "yarn build && changeset publish",
"cz": "cz",
"postinstall": "is-ci && husky"
"prepare": "husky"
},
"config": {
"commitizen": {
Expand All @@ -81,7 +81,6 @@
"eslint": "^9.3.0",
"execa": "^9.1.0",
"husky": "9.0.11",
"is-ci": "3.0.1",
"lint-staged": "15.2.5",
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
Expand All @@ -97,4 +96,4 @@
"access": "public"
},
"packageManager": "yarn@4.2.2"
}
}
14 changes: 1 addition & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ __metadata:
execa: "npm:^9.1.0"
get-tsconfig: "npm:^4.7.5"
husky: "npm:9.0.11"
is-ci: "npm:3.0.1"
lint-staged: "npm:15.2.5"
npm-run-all: "npm:^4.1.5"
pkg-up: "npm:^5.0.0"
Expand Down Expand Up @@ -2405,7 +2404,7 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^3.2.0, ci-info@npm:^3.7.0":
"ci-info@npm:^3.7.0":
version: 3.9.0
resolution: "ci-info@npm:3.9.0"
checksum: 10/75bc67902b4d1c7b435497adeb91598f6d52a3389398e44294f6601b20cfef32cf2176f7be0eb961d9e085bb333a8a5cae121cb22f81cf238ae7f58eb80e9397
Expand Down Expand Up @@ -4791,17 +4790,6 @@ __metadata:
languageName: node
linkType: hard

"is-ci@npm:3.0.1":
version: 3.0.1
resolution: "is-ci@npm:3.0.1"
dependencies:
ci-info: "npm:^3.2.0"
bin:
is-ci: bin.js
checksum: 10/192c66dc7826d58f803ecae624860dccf1899fc1f3ac5505284c0a5cf5f889046ffeb958fa651e5725d5705c5bcb14f055b79150ea5fcad7456a9569de60260e
languageName: node
linkType: hard

"is-core-module@npm:^2.13.0":
version: 2.13.1
resolution: "is-core-module@npm:2.13.1"
Expand Down

0 comments on commit e12be7c

Please sign in to comment.