From f0b28883111a94668bf59142365ea6cb30f6b15c Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 29 Sep 2020 10:41:53 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20clean=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/modern/package.json | 3 +-- packages/original/package.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/modern/package.json b/packages/modern/package.json index e951dda7..9ed4902d 100644 --- a/packages/modern/package.json +++ b/packages/modern/package.json @@ -4,10 +4,9 @@ "description": "Rounded Corner Bibata Cursors 🏳️‍🌈", "main": "index.js", "scripts": { - "clean": "rm -rf schemes", "dev": "nodemon src/index.ts", "dev:debug": "nodemon --inspect src/index.ts", - "build": "yarn clean && npx tsc --build", + "build": "npx tsc --build", "render": "yarn build && node dist/index.js" }, "author": "Kaiz Khatri", diff --git a/packages/original/package.json b/packages/original/package.json index ab332c17..6bd8a669 100644 --- a/packages/original/package.json +++ b/packages/original/package.json @@ -4,10 +4,9 @@ "description": "Sharp Corner Bibata Cursors 🏳️‍🌈", "main": "index.js", "scripts": { - "clean": "rm -rf schemes", "dev": "nodemon src/index.ts", "dev:debug": "nodemon --inspect src/index.ts", - "build": "yarn clean && npx tsc --build", + "build": "npx tsc --build", "render": "yarn build && node dist/index.js" }, "author": "Kaiz Khatri",