Skip to content

Commit

Permalink
Dist directory fix to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Kauranen committed Jan 30, 2020
1 parent 1963453 commit 1804914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ podTemplate(label: pod.label,
}
}
stage('Publish tag') {
dir("dist/ngx-resource-calenadar") {
dir("dist/ngx-resource-calendar") {
publishTagToNpm()
}
}
Expand Down

0 comments on commit 1804914

Please sign in to comment.