lrf 2 years ago
parent
commit
209eec43fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      publish.bat

+ 1 - 1
publish.bat

@@ -1,4 +1,4 @@
 @echo start to publish free-midway-component
 @echo start to publish free-midway-component
-call npm run build
 call npm version patch
 call npm version patch
+call npm run build
 call npm publish
 call npm publish