Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The release manager should create an npmjs.com account and ask the PMC for the login credentials to the npmflink account on npm. With these credentials to be added as a maintainer to the apache-flink-statfun package. After being added as a maintainer it is possible to publish the JavaScript SDK by using npm.

Code Block
languagebash
titleNpm publish
npm login
cd flink-statefun/statefun-sdk-js
npm install --save-dev @types/node // save Node.js dev dependencies
npm run build // build the sdk
npm login
npm publish --access public

Deploy artifacts to Maven Central Repository

...