mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-05-29 18:31:30 +00:00
replace cli with exec
This commit is contained in:
parent
af1994fac3
commit
c99c876e09
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"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": "aqua-cli -i ./aqua/ -o ./src/compiled",
|
||||||
"compile-aqua:air": "aqua-cli -i ./aqua/ -o ./compiled-air -a"
|
"compile-aqua:air": "aqua-cli -i ./aqua/ -o ./compiled-air -a"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user