@kiminix/tp-client
v2.3.0
Published
- build the project: `npm run build` - upgrade the version in `package.json` - commit the changes - create a tag: `git tag v0.0.0` - push the changes: `git push origin master --tags` - publish the package to npmjs: `npm publish --access public`
Downloads
106
Readme
step of release:
- build the project:
npm run build
- upgrade the version in
package.json
- commit the changes
- create a tag:
git tag v0.0.0
- push the changes:
git push origin master --tags
- publish the package to npmjs:
npm publish --access public
local dev & test
- run
npm run build
- then in the project you want to use this package run
npm i /Users/kamoun/workspace/tayara.promo/webapps/tp-client
- to remove the dep
npm remove @kiminix/tp-client