From e3a15a6c5e7617f9de3290c0e5944a9d4ceac36d Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Mon, 18 Sep 2023 14:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20chore:=20Update=20packa?= =?UTF-8?q?ge.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c3f5c0..4797768 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "scripts": { "build": "father build", "build:docs": "npm run build && npm run build --prefix=example", - "ci": "npm run lint && npm run type-check", + "ci": "npm run lint", "dev": "father dev", "dev:docs": "npm run start --prefix=example", "lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix", @@ -92,7 +92,7 @@ "@vitest/coverage-v8": "latest", "clean-pkg-json": "^1", "commitlint": "^17", - "dumi": "2.2.7", + "dumi": "^2", "dumi-assets-types": "^1", "eslint": "^8", "father": "4.3.1",