2.0.5 • Published 9 months ago
@tui-cruises/mein-schiff-web-tailwind-config v2.0.5
Mein Schiff® Tailwind CSS Configuration - Internal Usage
Publishing to NPM
Ensure you are logged in to NPM:
npm loginBuild the project before publishing:
npm run buildBump the version:
To bump the version of the package (e.g., patch, minor, or major), run:
npm version patchThis 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 packThis command generates a
.tgzfile that simulates the package's contents.Publish to NPM:
Once you're ready to publish the package, run:
npm publish --access publicThis will publish the package to the public npm registry.