Skip to content

Commit c5fbd04

Browse files
author
hocgin
committed
dev
1 parent 4cab6a2 commit c5fbd04

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
node_version: [ 15.x ]
19+
node_version: [ 14.x ]
2020
os: [ ubuntu-latest ]
2121
steps:
2222
- name: Checkout

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@
2828
"files": [
2929
"dist"
3030
],
31-
"gitHooks": {
32-
"pre-commit": "lint-staged"
33-
},
34-
"lint-staged": {
35-
"*.{js,jsx,less,md,json}": [
36-
"prettier --write"
37-
],
38-
"*.ts?(x)": [
39-
"prettier --parser=typescript --write"
40-
]
41-
},
4231
"dependencies": {
4332
"@ant-design/compatible": "^5.1.1",
4433
"@ant-design/icons": "^5.0.1",

0 commit comments

Comments
 (0)