made npm script work without yarn
This commit is contained in:
parent
6100bf3b3d
commit
c8b06139d3
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate": "ts-node -O '{\"module\":\"commonjs\"}' --files ./generate",
|
"generate": "ts-node -O '{\"module\":\"commonjs\"}' --files ./generate",
|
||||||
"start": "yarn generate && react-scripts start",
|
"start": "npm run generate && react-scripts start",
|
||||||
"quick-start": "react-scripts start",
|
"quick-start": "react-scripts start",
|
||||||
"build": "yarn generate && react-scripts build"
|
"build": "npm run generate && react-scripts build"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "18.0.20"
|
"@types/react": "18.0.20"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue