From 5100a57468c119b0fcb40572baae9346bbecd5bb Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Thu, 4 Aug 2022 14:27:04 +0800 Subject: [PATCH] chore: add tnpm sync script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 314cd7f5..ffda151f 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js", "now-build": "npm run build", "prepublishOnly": "npm run compile && np --yolo --no-publish", + "postpublish": "tnpm sync rc-menu", "start": "dumi dev", "test": "father test" },