mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
ci(e2e): do not run sync automatically (#24717)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user