From d566fd7ad06a17aef9becc0f6dcd8ed7640575c0 Mon Sep 17 00:00:00 2001 From: CJY <375564567@qq.com> Date: Mon, 9 Aug 2021 00:20:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20release=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= 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 a644f4a..2a08bbc 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "format": "prettier --write \"./**/*.{js,ts,jsx,tsx,json,css,scss,sass,less,html}\"", "clean:build": "rimraf dist", "release": "npm run release:beta", - "release:latest": "npm run build && np --no-cleanup --yolo --no-publish --tag=latest && npm publish", - "release:beta": "npm run build && np --no-cleanup --yolo --no-publish --tag=beta && npm publish" + "release:latest": "npm run build && np --no-cleanup --yolo --no-publish --tag=latest && npm publish --registry https://registry.npmjs.org", + "release:beta": "npm run build && np --no-cleanup --yolo --no-publish --tag=beta && npm publish --registry https://registry.npmjs.org" }, "homepage": "https://github.com/CJY0208/formini", "repository": {