Attempt to test tsx
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2024-07-26 13:45:39 -04:00
parent 57e96db4ff
commit 269322e5b2

1
Jenkinsfile vendored
View File

@ -35,6 +35,7 @@ pipeline {
steps {
sh 'apk add --no-cache gcompat'
sh 'apk add just'
sh 'npm install'
sh 'just tsx-test'
}
}