Showing 1-20 of 1,811,186 packages
``` npm i npm version patch npm run release ```
npm version patch npm run build npm publish
npm version patch pnpm run build pnpm publish --access public
npm version patch npm publish
npm version patch
``` git add . && git ci -m "COMMIT MESSAGE" && npm version patch && git push && npm publish # you'll get asked to provide 2FA ```
* `npm version patch -m "patch comment"` - https://docs.npmjs.com/cli/version * `npm login` * `npm publish` * `git push`
npm version patch npm publish --access public
npm login npm version patch npm run build npm publish
npm run tsc npm version patch npm publish
PaPuPu is simply a shortcut for `npm version PAtch && npm PUblish && git PUsh`. For projects where Grunt is an overkill.
git add git commit -m "...." npm version patch //ติด tag ใน git และเปลี่ยน patch version ใน package.json git push
npm version patch && npm run build && npm publish --access public
1. commit everything 3. update the version using [npm version](https://docs.npmjs.com/cli/version) `npm version patch|minor|major` 2. push everything 2. build the project using `yarn build` or `npm build` 4. publish the package using [npm publish](https:/
nvm use 16 && npm run build && npm version patch && npm publish
## Project publish ``` npm version patch git push npm run build-lib npm publish ```
command to publish to npm npm version patch && npm publish --access public
```sh npm version patch npm run build npm login npm publish --access public ```
To build: 1. `npm run build && git add . && git commit -m "Updates" && npm version patch && git push && git push --tags && npm publish` 2. in tranzac, run `npm install @tranzac/pricing-lib@latest`
git add git commit -m "...." npm version patch //ติด tag ใน git และเปลี่ยน patch version ใน package.json git push