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

@ -42,7 +42,7 @@
"workbox-streams": "^5.1.4"
},
"scripts": {
"start": "npm run sync && react-scripts start",
"start": "react-scripts start",
"start.ci": "npm run sync && BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",