Skip to content

Commit db3888d

Browse files
author
Hugo Rialan
committed
Add Dataform installation
1 parent ccab574 commit db3888d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/dataform_format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
if ! command -v dataform >/dev/null 2>&1; then
55
echo "Dataform is not installed. Installing it now..."
66
npm i -g @dataform/cli@latest
7+
echo "Dataform installed successfully."
78
fi
89

910
# Run Dataform formatting for SQLX files

0 commit comments

Comments
 (0)