From df1e635df369a3f379ae6ed3c816f01a2661a3f6 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Tue, 23 Jan 2024 20:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore:=20upgrade=20bun=20v?= =?UTF-8?q?ersion=20(#1133)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ chore: upgrade bun version * ➕ chore: add ajv-keywords --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87dfd43f95dd..be81213bc11a 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,8 @@ "release": "semantic-release", "start": "next start", "stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix", - "test": "npm run test-temp-fixture-ci && vitest", - "test-a-local": "vitest", - "test-temp-fixture-ci": "echo 'please remove this script after new bun@1.0.24 released' && rm -rf node_modules && npx bun@1.0.22 install", - "test:coverage": "npm run test-temp-fixture-ci && vitest run --coverage", - "test:coverage-local": "vitest run --coverage", + "test": "vitest", + "test:coverage": "vitest run --coverage", "test:update": "vitest -u", "type-check": "tsc --noEmit", "workflow:docs": "tsx scripts/docsWorkflow/index.ts", @@ -161,6 +158,7 @@ "@types/uuid": "^9", "@umijs/lint": "^4", "@vitest/coverage-v8": "^1", + "ajv-keywords": "^5.1.0", "commitlint": "^18", "consola": "^3", "dpdm": "^3",