From 2d85f3caaa5b33cdad4930c6092b1c072bc7be96 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 26 Jul 2020 17:40:09 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20render=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f01217a..ac805cc 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Rendering cursor to .png", "main": "index.js", "scripts": { + "render": "npx ts-node src/index.ts", "dev": "nodemon src/index.ts", "dev:debug": "nodemon --inspect src/index.ts" },