mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
🔧 render script
This commit is contained in:
parent
76303dfbe6
commit
a49fd4c470
1 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Rounded Corner Bibata 🏳️🌈",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc --build",
|
||||
"render": "yarn build && node dist/index.js"
|
||||
},
|
||||
"author": "Kaiz Khatri",
|
||||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
|
@ -11,6 +15,5 @@
|
|||
"ts-node": "^8.10.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue