Custom build of create-react-app-typescript for covault
This repo is the source for create-react-app
, react-scripts
, babel-preset-react-app
and a
number of other modules for setting up a base React project. These modules can be found in the
packages
directory.
Our customizations are contained in the react-scripts
module.
How to publish
- Make changes to configuration or scripts in
react-scripts
inpackages/react-scripts
. - Publish
react-scripts
cd packages/react-scripts
npm login
npm publish --access public