From 85fc6fcf0f51eeab3d51528150616576231d7c5c Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 29 Mar 2022 18:41:28 +0200 Subject: [PATCH] chore: copy README for pkg release --- package/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package/package.json b/package/package.json index e6cf2c2f..a345ecc2 100644 --- a/package/package.json +++ b/package/package.json @@ -23,6 +23,7 @@ "sideEffects": false, "scripts": { "prepare": "ts-patch install -s", + "prebuild": "shx cp ../README.md .", "build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme", "postbuild": "shx rm -rf tmp", "prepublishOnly": "yarn build",