File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 79
79
Please fill in all the relevant fields by running these commands in terminal.
80
80
-->
81
81
82
- 1 . ` npm ls react-scripts-ts ` (if you haven’t ejected):
82
+ 1 . ` npm ls react-scripts-ts-ai ` (if you haven’t ejected):
83
83
2 . ` node -v ` :
84
84
3 . ` npm -v ` :
85
85
4 . ` yarn --version ` (if you use Yarn):
86
- 5 . ` npm ls react-scripts-ts ` (if you haven’t ejected):
86
+ 5 . ` npm ls react-scripts-ts-ai ` (if you haven’t ejected):
87
87
88
88
Then, specify:
89
89
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ switch (script) {
52
52
}
53
53
default :
54
54
console . log ( 'Unknown script "' + script + '".' ) ;
55
- console . log ( 'Perhaps you need to update react-scripts-ts?' ) ;
55
+ console . log ( 'Perhaps you need to update react-scripts-ts-ai ?' ) ;
56
56
break ;
57
57
}
Original file line number Diff line number Diff line change 18
18
" utils"
19
19
],
20
20
"bin" : {
21
- "react-scripts-ts" : " ./bin/react-scripts-ts.js"
21
+ "react-scripts-ts-ai " : " ./bin/react-scripts-ts-ai .js"
22
22
},
23
23
"dependencies" : {
24
24
"autoprefixer" : " 7.1.2" ,
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ module.exports = function(
39
39
40
40
// Setup the script rules
41
41
appPackage . scripts = {
42
- start : 'react-scripts-ts start' ,
43
- build : 'react-scripts-ts build' ,
44
- test : 'react-scripts-ts test --env=jsdom' ,
45
- eject : 'react-scripts-ts eject' ,
42
+ start : 'react-scripts-ts-ai start' ,
43
+ build : 'react-scripts-ts-ai build' ,
44
+ test : 'react-scripts-ts-ai test --env=jsdom' ,
45
+ eject : 'react-scripts-ts-ai eject' ,
46
46
} ;
47
47
48
48
fs . writeFileSync (
You can’t perform that action at this time.
0 commit comments