feat(N/A):配置环境

This commit is contained in:
guo
2025-10-26 13:06:08 +08:00
parent da7611c9a1
commit 385662e628
+1 -1
View File
@@ -32,7 +32,7 @@ pipeline {
steps { steps {
sh ''' sh '''
npm run type-check npm run type-check
npm run dev npm run build:dev
''' '''
} }
} }