lrf 2 anni fa
parent
commit
209eec43fe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      publish.bat

+ 1 - 1
publish.bat

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