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",