4.1.5 • Published 3 years ago

react-scripts-cli v4.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

react-scripts-cli

Basic Usage

1) Replace react-scripts calls with rescripts calls

"scripts": {
-   "start": "react-scripts start",
+   "start": "react-scripts-cli start",
-   "build": "react-scripts build",
+   "build": "react-scripts-cli build",
-   "test": "react-scripts test",
+   "test": "react-scripts-cli test"
  }

Version

4.1.1

This package includes scripts and configuration base on Create React App. If you're using an older version, visit version 4.0.1.

4.0.1

This package includes scripts and configuration used by Create React App. Please refer to its documentation: