Spaces:
Running
Running
Devrajsinh bharatsinh gohil
commited on
Commit
·
7e87bb7
1
Parent(s):
98fd462
Fix Vercel build: Ignore CI warnings
Browse files- frontend/package.json +2 -2
frontend/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"scripts": {
|
| 21 |
"start": "react-scripts start",
|
| 22 |
-
"build": "react-scripts build",
|
| 23 |
"test": "react-scripts test",
|
| 24 |
"eject": "react-scripts eject"
|
| 25 |
},
|
|
@@ -41,4 +41,4 @@
|
|
| 41 |
"last 1 safari version"
|
| 42 |
]
|
| 43 |
}
|
| 44 |
-
}
|
|
|
|
| 19 |
},
|
| 20 |
"scripts": {
|
| 21 |
"start": "react-scripts start",
|
| 22 |
+
"build": "CI=false react-scripts build",
|
| 23 |
"test": "react-scripts test",
|
| 24 |
"eject": "react-scripts eject"
|
| 25 |
},
|
|
|
|
| 41 |
"last 1 safari version"
|
| 42 |
]
|
| 43 |
}
|
| 44 |
+
}
|