@@ -19,6 +19,7 @@ pipeline{
steps {
nodejs('nodejs24.12.0') {
sh '''
+ rm -rf ./dist
npm install --registry=https://registry.npmmirror.com
npm run build:prod
'''