Browse Source

add build to script

main
william 4 days ago
parent
commit
f1c944db8d
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -12,9 +12,10 @@ pipeline {
}
bat '''
echo "build react ..."
echo %cd%
npm run build
dir build
echo %cd%
'''
}
}

Loading…
Cancel
Save