feat(N/A):配置环境

This commit is contained in:
guo
2025-10-26 13:02:54 +08:00
parent 2d3512ac4c
commit 7e7f40efd3
+1 -1
View File
@@ -32,7 +32,7 @@ pipeline {
steps { steps {
sh ''' sh '''
npm run type-check npm run type-check
npm run build npm run dev
''' '''
} }
} }