1.0.8 • Published 4 years ago

@safiranugroho/pattern-lab-poc v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Pattern Lab poc

/your-project-path

$ npm install @safiranugroho/pattern-lab-poc

/your-project-path/style.scss

@import '~@safiranugroho/pattern-lab-poc';

Running the Pattern Lab documentation

$ yarn
$ yarn docs

Publishing to NPM

Publishing to NPM requires the following manual steps because we only want to publish the built assets, none of the source codes.

  1. yarn build to build the package
  2. `npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease --preid= | from-git]
  3. cp package.json dist/
  4. npm publish --access public