@echo off call npm config set "//registry.npmjs.org/:_authToken" "%NPM_TOKEN%" call npm publish --scope=@mindbox call npm config delete "//registry.npmjs.org/:_authToken"