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