chore: remove README.md after publish

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 2d64ace21c
commit 7aea432ff7
+1
View File
@@ -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"