From b17951c9f1f6957ea0260863f563cdcf97fa5b3e Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Tue, 21 Nov 2023 14:39:41 +0800 Subject: [PATCH] chore: update publish script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 064b817..86bc62f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "docs:deploy": "gh-pages -d .doc", "compile": "father build", "gh-pages": "npm run docs:build && npm run docs:deploy", - "prepublishOnly": "npm run compile && np --yolo --no-publish --branch=next --tag=next", + "prepublishOnly": "npm run compile && np --yolo --no-publish", "postpublish": "npm run gh-pages", "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",