Skip to content

Commit 5c767bf

Browse files
author
Chima Alaebo
committed
fix jenkins file
1 parent b386022 commit 5c767bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
steps {
1111
sh 'npm install'
1212
}
13-
},
13+
}
1414
stage('Test') {
1515
steps {
1616
sh 'npm test'

0 commit comments

Comments
 (0)