mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-20 02:05:27 -04:00
🛠 Script cleanup
This commit is contained in:
parent
3ed45f1b79
commit
4dbd066cd8
1 changed files with 4 additions and 7 deletions
11
package.json
11
package.json
|
@ -4,15 +4,12 @@
|
||||||
"description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳",
|
"description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install:clean": "sudo rm -rf ~/.icons/macOSBigSur /usr/share/icons/macOSBigSur",
|
"dev": "nodemon src/index.ts",
|
||||||
"unpack": "cd ./packages && mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur && cd ..",
|
"watch": "nodemon --inspect src/index.ts",
|
||||||
"compile": "yon clean && yon render && yon build",
|
"py_install": "pip install -r requirements.txt",
|
||||||
"clean": "rm -rf packages bitmaps",
|
|
||||||
"render": "npx ts-node src/index.ts",
|
"render": "npx ts-node src/index.ts",
|
||||||
"build": "python build.py",
|
"build": "python build.py",
|
||||||
"dev": "nodemon src/index.ts",
|
"compile": "yon clean && yon render && yon build"
|
||||||
"dev:debug": "nodemon --inspect src/index.ts",
|
|
||||||
"py_install": "pip install -r requirements.txt"
|
|
||||||
},
|
},
|
||||||
"repository": "git@github.com:ful1e5/apple_cursor.git",
|
"repository": "git@github.com:ful1e5/apple_cursor.git",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue