State management for StoreFront
npm install @storefront/flux-capacitorState Management for StoreFront



sh
yarn build
`To build an individual package in response to changes within the
src directory, run the following command:
`sh
yarn dev
`$3
To test an individual packages, run the following command:
`sh
yarn test
`To test an individual package in response to changes within the
src and test directories, run the following command:
`sh
yarn tdd
`$3
To lint a package, run the following command:
`sh
yarn lint
`To programmatically fix lint errors within a package, run the following command:
`sh
yarn lint:fix
``