replace cli with exec

This commit is contained in:
Pavel Murygin 2021-04-29 22:55:47 +03:00
parent af1994fac3
commit c99c876e09

View File

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