2.0.6 • Published 4 months ago
@tui-cruises/mein-schiff-web-tailwind-config v2.0.6
Mein Schiff® Tailwind CSS Configuration - Internal Usage
Publishing to NPM
Ensure you are logged in to NPM:
npm login
Build the project before publishing:
npm run build
Bump the version:
To bump the version of the package (e.g., patch, minor, or major), run:
npm version patch
This command automatically increments the version number in the
package.json
.Preview the package contents (optional):
If you want to preview the files that will be included in the npm package, run:
npm pack
This command generates a
.tgz
file that simulates the package's contents.Publish to NPM:
Once you're ready to publish the package, run:
npm publish --access public
This will publish the package to the public npm registry.