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" },