From 0d221c922936c0b64956056a989541e53ed6fcad Mon Sep 17 00:00:00 2001 From: Yusuf Idi Maina <120538505+yusufidimaina9989@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:17:21 +0100 Subject: [PATCH] add watch --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ebd5cfab..bbe6646a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "watch": "npx scrypt-cli compile --watch", "precompile": "rimraf scrypt.index.json && rimraf artifacts", "compile": "npx scrypt-cli compile --asm", "pretest": "npm run compile",