From c5fbd04ccc21d45aee066218f4ec3294c1ac66e1 Mon Sep 17 00:00:00 2001 From: hocgin Date: Sun, 15 Sep 2024 02:27:05 +0800 Subject: [PATCH] dev --- .github/workflows/publish.yml | 2 +- package.json | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac843716..249e635d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node_version: [ 15.x ] + node_version: [ 14.x ] os: [ ubuntu-latest ] steps: - name: Checkout diff --git a/package.json b/package.json index d621b8ab..e1e36c40 100644 --- a/package.json +++ b/package.json @@ -28,17 +28,6 @@ "files": [ "dist" ], - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "*.{js,jsx,less,md,json}": [ - "prettier --write" - ], - "*.ts?(x)": [ - "prettier --parser=typescript --write" - ] - }, "dependencies": { "@ant-design/compatible": "^5.1.1", "@ant-design/icons": "^5.0.1",