From c99c876e09fa7cf1e009d47943d28c7cc2b06b5e Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Thu, 29 Apr 2021 22:55:47 +0300 Subject: [PATCH] replace cli with exec --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fea010..3dc7ca1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "scripts": { "build": "tsc", - "cli": "node -r ts-node/register src/index.ts", + "exec": "node -r ts-node/register src/index.ts", "compile-aqua": "aqua-cli -i ./aqua/ -o ./src/compiled", "compile-aqua:air": "aqua-cli -i ./aqua/ -o ./compiled-air -a" },