Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: angular-ui build
Browse files Browse the repository at this point in the history
Signed-off-by: Chaz Leong <13462818+cleong14@users.noreply.github.com>
  • Loading branch information
cleong14 committed Jul 12, 2024
1 parent 69c7c84 commit e43a1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-ui/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
steps {
container('build') {
dir('angular-ui') {
sh 'npm ci'
sh 'npm ci && npm run build'
}
}
}
Expand Down

0 comments on commit e43a1fe

Please sign in to comment.