searchsmartly-ui
v0.0.157
Published
SearchSmartly UI Library
Downloads
945
Readme
SearchSmartly UI Library
Run
npm dev
Usage
"searchsmartly-ui":<tag number>
Installation
npm install searchsmartly-ui@latest
before merge (better remove dist folder and build it from scratch to avoid cache)
npm build
Publish
npm build
npm version patch
npm publish
After build for now we need manually fix export types, now build export them in wrong way, i will find solution later
example (we need like this in main index.d.ts):
export type ButtonProps = ButtonProps$1 & {
shape?: 'lrect' | 'mrect' | 'srect' | 'square';
};
Whenever you merge with the master branch, update the version in the package (last number after the last dot) after this step we need to create a new release in the current repository with a new tag which will be the same as the new version. in package.json
When the new release is completed, a new package will be created.