We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e3367 commit f951c45Copy full SHA for f951c45
tasks/build.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
#MISE description="Build SQL into single release file"
3
+#MISE sources=["sql/*.sql"]
4
+#MISE outputs=["release/cipherstash-encrypt.sql","release/cipherstash-encrypt-uninstall.sql"]
5
6
#!/bin/bash
7
0 commit comments