From 1be2eafe7bf4ea8f216b00bc0f89e4c9a170713b Mon Sep 17 00:00:00 2001 From: jukaifeng Date: Tue, 17 Jan 2023 22:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5da4bf..57d048c 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,18 @@ { - "name": "@dllcn/auto-deploy", + "name": "@dllcnx/auto-deploy", "version": "2.0.0", "description": "自动部署脚本", "main": "index.js", "scripts": { - "test": "node index.js" + "publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/KeiferJu/auto-deploy.git" }, + "publishConfig": { + "access": "public" + }, "keywords": [], "author": "DLLCNX (myllcn.com)", "license": "ISC",