Skip to content

Commit 0a4c122

Browse files
authored
deps: update devDependencies (#577)
1 parent 07f38c6 commit 0a4c122

File tree

6 files changed

+1356
-1413
lines changed

6 files changed

+1356
-1413
lines changed

.eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"plugin:@typescript-eslint/eslint-recommended",
1010
"plugin:@typescript-eslint/recommended",
1111
"plugin:jest/recommended",
12-
"plugin:prettier/recommended",
13-
"prettier/@typescript-eslint"
12+
"plugin:prettier/recommended"
1413
],
1514
"plugins": ["@typescript-eslint"],
1615
"globals": {

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ jobs:
7878
- name: Run ncc
7979
run: npm run build
8080

81+
- name: Remove lint-staged husky
82+
if: github.ref == 'refs/heads/main'
83+
run: |
84+
npm uninstall lint-staged husky
85+
git checkout package-lock.json package.json
86+
8187
- name: Setup mdBook
8288
if: github.ref == 'refs/heads/main'
8389
uses: peaceiris/actions-mdbook@v1.1.14

.husky/post-merge

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
npm ci
2+
git remote prune origin

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

0 commit comments

Comments
 (0)