We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071497f commit 2a1dd21Copy full SHA for 2a1dd21
hooks/dataform_compile.sh
@@ -12,6 +12,7 @@ if ! command -v dataform >/dev/null 2>&1; then
12
fi
13
14
15
+dataform install
16
dataform compile
17
18
if [[ $? -ne 0 ]]; then
0 commit comments