🔧 Remove clean script

This commit is contained in:
ful1e5 2020-09-29 10:41:53 +05:30
parent d0f1197aba
commit f0b2888311
2 changed files with 2 additions and 4 deletions

View file

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

View file

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