@trend24-dev/trend24-events
v1.10.1
Published
Interface package for trend24 events
Downloads
10
Readme
steps to publish new package version
yarn build:patch | minor | major
yarn publish --access=public
git push && git push --tags
make sure you're logged in to npm by using npm login
in the command line.
use npmrc to manage npm account