npm run build:lib
npm start
cd projects/ks89/ngx-codemirror
npm version patch
(x.x.1) ornpm version minor
(x.1.0) ornpm version major
(5.x.x)cd ../..
npm run clean
npm run build:lib
cd @ks89/ngx-codemirror
npm publish
git push origin master
git push origin vx.x.x
<-- tag name created by npm version (for instance v1.0.1)
cd projects/ks89/ngx-codemirror
- Manually change the version of
./libs/ngx-codemirror/package.json
with either this formatx.x.x-beta.x
orx.x.x-rc.x
(also respect semver!) cd ../..
npm run clean
npm run build:lib
cd @ks89/ngx-codemirror
npm publish --tag beta
cd projects/ks89/ngx-codemirror
- Manually change the version of
./libs/ngx-codemirror/package.json
with this formatx.x.x-alpha.x
(also respect semver!) cd ../..
npm run clean
npm run build:lib
cd @ks89/ngx-codemirror
npm publish --tag next