From dadc105fc04a21d395a05ff03df1d79a4861e0d8 Mon Sep 17 00:00:00 2001 From: Aman Singh Katal Date: Tue, 19 Dec 2023 02:55:31 +0530 Subject: [PATCH] - --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ba0b6b9..dc5599d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "tailwind-components", "main": "index.js", "scripts": { - "make": "node make.js", "copy": "rm -rf dist && mkdir -p dist && cp -r components/* dist", "build": "npm run copy && node build.js && npx prettier --print-width 200 --write dist " },