From 4cd1a8bf51215cc6db9f4fb088a40946fd866eb5 Mon Sep 17 00:00:00 2001 From: azabroflovski Date: Thu, 4 Apr 2024 11:23:54 +0500 Subject: [PATCH] chore: copy license file to dist (after build) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 257c473..7e2fea8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "tsc && vite build && cp LICENSE dist", "preview": "vite preview" }, "devDependencies": {