fix: Add command to build templ files
This commit is contained in:
parent
50bd94dfc0
commit
e75a7c095a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,6 +9,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'go install github.com/a-h/templ/cmd/templ@latest'
|
||||
sh 'templ generate'
|
||||
sh 'go mod tidy'
|
||||
sh 'go build main.go'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user