mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
🔧 Remove clean script
This commit is contained in:
parent
d0f1197aba
commit
f0b2888311
2 changed files with 2 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue