Skip to content

Commit 0125862

Browse files
fix: remove is-ci
1 parent 25970e7 commit 0125862

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

.github/workflows/publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 18
16-
env:
17-
HUSKY: 0
16+
- run: npm install husky
1817
- run: npx semantic-release
1918
env:
2019
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"src"
3232
],
3333
"scripts": {
34-
"prepare": "is-ci || husky install",
34+
"prepare": "husky install",
3535
"test": "echo \"Error: no test specified\" && exit 1"
3636
},
3737
"commitlint": {
@@ -65,7 +65,6 @@
6565
"eslint-config-prettier": "^8.8.0",
6666
"eslint-plugin-solid": "^0.11.0",
6767
"husky": "^8.0.3",
68-
"is-ci": "^3.0.1",
6968
"lint-staged": "^13.2.0",
7069
"prettier": "^2.8.7"
7170
},

pnpm-lock.yaml

-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)