From af108aa4db2df6396bd2dcb3aae2c5c99510b7a0 Mon Sep 17 00:00:00 2001 From: chennlang <13206251194@163.com> Date: Mon, 28 Oct 2024 09:47:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20package=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index f31cbf5..6b2196d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -8,7 +8,8 @@ "license": "MIT", "scripts": { "dev": "rollup --config rollup.config.ts --watch", - "build": "rollup --config rollup.config.ts --watch", + "build": "rollup --config rollup.config.ts", + "build:watch": "rollup --config rollup.config.ts --watch", "lint": "eslint ./src/index.ts", "c-l": "npm login --registry=https://registry.npmjs.org/", "c-p": "npm publish --registry=https://registry.npmjs.org/" @@ -29,6 +30,7 @@ "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.0", + "@semantic-release/npm": "^12.0.0", "@types/node": "14.x", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", @@ -39,6 +41,7 @@ "rollup-plugin-dts": "^4.2.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-typescript2": "^0.31.2", + "semantic-release": "^23.0.8", "tslint": "^6.1.3", "typescript": "^4.7.2", "typescript-eslint-parser": "^22.0.0"