🔧 render script

This commit is contained in:
ful1e5 2020-08-14 16:48:51 +05:30
parent 76303dfbe6
commit a49fd4c470

View file

@ -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": {}
}
}