nope/10-push-to-npm.bat

12 lines
293 B
Batchfile
Raw Permalink Normal View History

2022-01-17 17:53:06 +00:00
set DIR=%~dp0
cd "%DIR%"
node contribute/toBrowser.js
(npm publish --registry https://npm.zema.de/) && (
node contribute/toNodejs.js
npm publish --registry https://npm.zema.de/ --tag latest
2022-01-17 17:53:06 +00:00
) || (
node contribute/toNodejs.js
npm publish --registry https://npm.zema.de/ --tag latest
2022-01-17 17:53:06 +00:00
)