From 6066036f234122dd6514dd95def0b0df4346f81d Mon Sep 17 00:00:00 2001 From: wangxingkang Date: Mon, 22 Jan 2024 17:50:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: 实例化 Mapbox 优化,去除内部逻辑 --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index c4a9d74..cf3f42d 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,6 @@ "build": "redbud build", "build:doc": "dumi build", "doctor": "redbud doctor", - "release": "walrus release", - "release:next": "walrus release --tag next", "prepare": "dumi setup && husky install" }, "keywords": [ @@ -57,8 +55,6 @@ "@types/mapbox-gl": "^2.7.19", "@types/react": "^17", "@types/react-dom": "^17", - "@walrus/cli": "^1.3.4", - "@walrus/plugin-release": "^1.14.3", "antd": "^4.22.8", "dumi": "^2.2.16", "husky": "^8.0.2",