@rimads/assets v2.0.5
Deployment and Publishing Workflow
Follow these steps to build, test, and deploy the project:
Build the Library
Run the following command to build the library:npm run build-libRun Storybook
Start the Storybook development server to preview components:npm run storybookIncrement Version Number
Update the version number inpackage.jsonto reflect the new release.Build Storybook
Generate the static Storybook files for deployment:npm run build-storybookCommit and Push Changes
Commit the changes and push them to the repository:git add . git commit -m "Update version and build artifacts" git pushPublish to npm
Publish the package to the npm registry:npm publishDeploy Storybook
Deploy the Storybook build to the hosting service:npm run deploy-storybook
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago