kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

Add npmhelper.js to publish all packages quicker #133

Closed kungfooman closed 6 months ago

kungfooman commented 6 months ago

Fixes: #131

Currently outputs:

cd @runtime-type-inspector/runtime && npm publish
cd ..
cd @runtime-type-inspector/transpiler && npm publish
cd ..
cd plugin-parcel1 && npm publish
cd ..
cd plugin-parcel2 && npm publish
cd ..
cd plugin-rollup && npm publish
cd ..
cd plugin-webpack4 && npm publish
cd ..
cd plugin-webpack5 && npm publish
cd ..
Publish @runtime-type-inspector/runtime@3.2.0
Publish @runtime-type-inspector/transpiler@3.2.0
Publish @runtime-type-inspector/plugin-parcel1@3.2.0
Publish @runtime-type-inspector/parcel-transformer@3.2.0
Publish @runtime-type-inspector/plugin-rollup@3.2.0
Publish @runtime-type-inspector/plugin-webpack4@3.2.0
Publish @runtime-type-inspector/plugin-webpack5@3.2.0

The first half is good for auto-publishing and the second half is a good git commit message.