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

Commit

Permalink
fix: re-add npm run 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 dc17d8e commit 49fa5c0
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 49fa5c0

Please sign in to comment.