@instants/server
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published

Publish

npm config set registry https://registry.npmjs.org/
npm login
yarn build
npm version patch
npm publish --access public

To Private repo

Variables NPM_USER, NPM_PASS, NPM_EMAIL should be set

npm i -g npm-cli-login
NPM_REGISTRY=$PRIVATE_NPM_REGISTRY NPM_USER=$PRIVATE_NPM_USER NPM_PASS=$PRIVATE_NPM_PASS NPM_EMAIL=$PRIVATE_NPM_EMAIL npm-cli-login
yarn build
npm version patch
npm publish

License

MIT © damir-manapov

/@instants/server/

    Package Sidebar

    Install

    npm i @instants/server

    Weekly Downloads

    0

    Version

    1.0.19

    License

    MIT

    Unpacked Size

    406 kB

    Total Files

    32

    Last publish

    Collaborators

    • tebuchet