set current_path="%~dp0" cd %current_path% cd .. echo npm version patch echo npm run build-lib npm publish --registry https://npm.leanwo.com/ pause