ci(e2e): do not run sync automatically (#24717)

This commit is contained in:
Liam DeBeasi
2022-02-04 11:27:16 -05:00
committed by GitHub
parent f5c5c3cffa
commit df84d155ea
5 changed files with 10 additions and 6 deletions

View File

@ -35,7 +35,7 @@
"wait-on": "^5.3.0"
},
"scripts": {
"start": "npm run sync && react-scripts start",
"start": "react-scripts start",
"start.ci": "npm run sync && BROWSER=none react-scripts start",
"build": "node scripts/build.js",
"test": "cypress open",