Skip to content

Instantly share code, notes, and snippets.

@AriPerkkio
Created October 4, 2023 07:01
Show Gist options
  • Save AriPerkkio/54be519668b2d3fbc706d7fb6b16725a to your computer and use it in GitHub Desktop.
Save AriPerkkio/54be519668b2d3fbc706d7fb6b16725a to your computer and use it in GitHub Desktop.
NPM publish snapshot
$ npm --no-git-tag-version version ${npm_package_version}-snapshot-${GIT_COMMIT}
$ npm publish --tag snapshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment