design-system-lopes
v1.0.26
Published
### Run all tests ``` npm run test ```
Readme
design-system
Run all tests
npm run testLints and fixes files
npm run lintStorybook
npm run storybook:serveInstallation
Design System is a private repository, so it is required to authenticate on npm with you github token to access and download the package.
For the authentication and install, follow these steps:
Generate a personal access token with access to read
design-systemrepository. More info on this article.Run the following command on your terminal. This command will ask for some info, for username enter
lopes-software, for password enter you github access token and for email your personal email.
npm login --scope=@lopes-software --registry=https://npm.pkg.github.comAfter this, you will be able to download the package with:
npm install @lopes-software/design-systemReleases
We have a github action to test, build and publish a new version from the package. This action is triggered when a new release is created on github. More info about github releases can be found on this article.
Before create a new release, bump the package version on package.json file. For example:
{
"name": "@lopes-software/design-system",
- "version": "0.0.16",
+ "version": "0.0.17",
"main": "dist/design-system.common.js",
"module": "dist/design-system.umd.min.js",
}After start a release, follow the publish execution to make sure that the new version was published with success. All actions from this project can be found here.
