Add a extra instruction for getting dependencies

This commit is contained in:
zontreck 2024-07-09 21:45:49 -07:00
parent c0eb8554c9
commit dea378f78e
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -19,6 +19,8 @@ pipeline {
sh '''
#!/bin/bash
unset WORKSPACE
unset WORKSPACE_TMP
dart pub get
dart doc
tar -cvf docs.tgz doc/api/*
'''