Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 678 Bytes

BUILD.md

File metadata and controls

48 lines (33 loc) · 678 Bytes

Simplicité Software


Prepare

Look for updates:

npm run ncu

Install dependencies:

npm install

Check syntax and rules:

npm run lint

Publish

Check package to be published:

npm pack
tar tvfz node-red-contrib-simplicite-x.y.z.tgz
rm node-red-contrib-simplicite-x.y.z.tgz

Publish to npm repository:

npm publish

Deprecate previous version:

npm deprecate node-red-contrib-simplicite@x.y.z-1 'Deprecated'

Update version on the Node RED nodes registry.