fixed wrong command

main
Kimsongwu 1 year ago
parent 25d1fa4559
commit d57db59ca0

2
Jenkinsfile vendored

@ -21,7 +21,7 @@ pipeline {
sh 'npm config set registry https://registry.npmmirror.com'
sh 'npm install'
sh 'npm run build'
sh 'la -al'
sh 'ls -al'
}
}
}

Loading…
Cancel
Save