From e344a57b4cc383468e2b08f68f0e5241e982f0cf Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 4 Aug 2020 17:06:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Script=20modify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 26aeba2..f52b3f1 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,14 @@ "description": "Rendering cursor to .png", "main": "index.js", "scripts": { - "make": "yarn clean && yarn render && yarn build", + "unpack": "cd ./packages && mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur && cd ..", + "compile": "yarn clean && yarn render && yarn build", "clean": "rm -rf packages bitmaps", - "build": "python build.py", "render": "npx ts-node src/index.ts", + "build": "python build.py", "dev": "nodemon src/index.ts", "dev:debug": "nodemon --inspect src/index.ts", - "setup": "sudo pip3 install virtualenv && virtualenv env && . env/bin/activate && pip3 install -r requirements.txt && yarn install" + "setup": "sudo pip3 install virtualenv && virtualenv env && source ./env/bin/activate && pip3 install -r requirements.txt && yarn install" }, "repository": "git@github.com:KaizIqbal/apple_cursor.git", "author": "Kaiz Khatri",