@fpg-modules/fpg-ui-build
v0.0.11
Published
A npm which contains build scripts at one place, to be used by applications
Downloads
18
Keywords
Readme
fpg-ui-build-scripts
A npm module which has all the webpack, hbs, deployment scripts which can be used by the application as one of the dependencies in package.json .
Plugins, loaders, babel and postCss configs are defined in this scripts.
Npm Registry :
https://registry.npmjs.org/
Npm is under group :
@fpg-modules/fpg-ui-build
Steps to publish :
- Change the version in package.json for the new changes.
- Login to the above npm registry.
- run : npm publish.
- Verify the new version in the above registry
Steps to add dependency in the application
Add @fpg-modules/fpg-ui-build in package.json, with the latest version.
Since this is outside flipkart artifactory, create an entry in .npmrc
@fpg-modules:registry=https://registry.npmjs.org/
npm/yarn install