Skip to content

Commit c0a959e

Browse files
fix(readme): use react-scripts-ts in scripts instead of react-scripts
1 parent 39d6c62 commit c0a959e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-scripts/template/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,11 +595,11 @@ Then we can change `start` and `build` scripts to include the CSS preprocessor c
595595
"scripts": {
596596
"build-css": "node-sass-chokidar src/ -o src/",
597597
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
598-
- "start": "react-scripts start",
599-
- "build": "react-scripts build",
600-
+ "start-js": "react-scripts start",
598+
- "start": "react-scripts-ts start",
599+
- "build": "react-scripts-ts build",
600+
+ "start-js": "react-scripts-ts start",
601601
+ "start": "npm-run-all -p watch-css start-js",
602-
+ "build": "npm run build-css && react-scripts build",
602+
+ "build": "npm run build-css && react-scripts-ts build",
603603
"test": "react-scripts test --env=jsdom",
604604
"eject": "react-scripts eject"
605605
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy