From 7aea432ff7251fd87a1f961a385ab839f921e507 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 29 Mar 2022 18:43:04 +0200 Subject: [PATCH] chore: remove README.md after publish --- package/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package/package.json b/package/package.json index 70b4bc45..ee3ee564 100644 --- a/package/package.json +++ b/package/package.json @@ -27,6 +27,7 @@ "build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme", "postbuild": "shx rm -rf tmp", "prepublishOnly": "yarn build", + "postpublish": "shx rm README.md", "test": "yarn --cwd .. test", "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "theme": "postcss src/theme-default.css -o dist/theme-default.css"