We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba5a85 commit 91a9c92Copy full SHA for 91a9c92
tasks/build.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
#MISE description="Build SQL into single release file"
3
#MISE alias="b"
4
-#MISE sources=["sql/*.sql"]
+#MISE sources=["src/**/*.sql"]
5
#MISE outputs=["release/cipherstash-encrypt.sql","release/cipherstash-encrypt-uninstall.sql"]
6
#USAGE flag "--version <version>" help="Specify release version of EQL" default="DEV"
7
0 commit comments