mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 02:35:15 -04:00
🧹 Old flles cleanup script
This commit is contained in:
parent
8b1d61074b
commit
2e1fec619e
1 changed files with 2 additions and 5 deletions
|
@ -4,22 +4,19 @@
|
|||
"description": "Rounded Corner Bibata 🏳️🌈",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf ./src/svg/Bibata-* ./bitmaps",
|
||||
"dev": "nodemon src/index.ts",
|
||||
"dev:debug": "nodemon --inspect src/index.ts",
|
||||
"build": "npx tsc --build",
|
||||
"build": "yarn clean && npx tsc --build",
|
||||
"render": "yarn build && node dist/index.js"
|
||||
},
|
||||
"author": "Kaiz Khatri",
|
||||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"nodemon": "^2.0.4",
|
||||
"ts-node": "^8.10.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"rimraf": "^3.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue