Browse Source

Merge branch 'fix/gulp_v' into 'wrdp'

修改gulp打包版本号获取

See merge request o2oa/o2oa!2791
胡起 5 years ago
parent
commit
531aced461
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -941,7 +941,7 @@ exports.build_web = gulp.series(
         build_bundle
         build_bundle
     ),
     ),
     build_web_v_html,
     build_web_v_html,
-    build_api,
+    gulp.series(build_doc, build_web_api),
     build_web_v_o2);
     build_web_v_o2);
 
 
 if (os.platform().indexOf("win")==-1){
 if (os.platform().indexOf("win")==-1){