diff --git a/cuddle.yaml b/cuddle.yaml index 8c866f3..5d6683f 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -26,6 +26,8 @@ scripts: key: "name" "sqlx:prepare": type: shell - "deploy": type: shell + "test": + type: "rhai" + description: "something" diff --git a/scripts/test.rhai b/scripts/test.rhai new file mode 100644 index 0000000..cc4e55e --- /dev/null +++ b/scripts/test.rhai @@ -0,0 +1 @@ +print("hello, world!");