From 0775c0ad9beea862c5e583e78f83ac3b99c786be Mon Sep 17 00:00:00 2001 From: CahidArda Date: Thu, 3 Oct 2024 09:57:14 +0300 Subject: [PATCH] fix: add cp license and readme to dist --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae6747d7..b93cc219 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "upstash" ], "scripts": { - "build": "tsup && cp ./package.json ./dist", + "build": "tsup && cp README.md ./dist/ && cp package.json ./dist/ && cp LICENSE ./dist/", "test": "bun test src", "fmt": "prettier --write .", "lint": "tsc && eslint \"{src,platforms}/**/*.{js,ts,tsx}\" --quiet --fix",