autoupdate.cmd 189 B

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