UNPKG

189 BPlain TextView Raw
1:: Set the current folder to the script's folder.
2pushd %~dp0
3:: Update metadata and release the new version.
4npm run metadata:update:job
5:: Restore the previous current folder.
6popd