1.1.4-apollo • Published 6 years ago

@rbarber/react-scripts v1.1.4-apollo

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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 in packages/react-scripts.
  • Publish react-scripts
cd packages/react-scripts
npm login
npm publish --access public