Updated Jenkinsfile

This commit is contained in:
Erik Tiekstra
2021-05-03 14:41:48 +02:00
parent 7af2061f77
commit 797b7ad078

View File

@@ -97,7 +97,7 @@ pipeline {
echo '### Building application... ###'
sh '''
npm run build:dafa-web
npm run build:dafa
cp -r nginx/* ${DIST_PATH}.
'''