Compare commits

...

1 Commits

Author SHA1 Message Date
64019e5fba
feat: with rhai
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-02 17:32:51 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,8 @@ scripts:
key: "name"
"sqlx:prepare":
type: shell
"deploy":
type: shell
"test":
type: "rhai"
description: "something"

1
scripts/test.rhai Normal file
View File

@ -0,0 +1 @@
print("hello, world!");