We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01b343 commit bb2e3e9Copy full SHA for bb2e3e9
packages/react-router/test-app/package.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"start": "react-scripts start",
39
"start.ci": "npm run sync && SKIP_PREFLIGHT_CHECK=true npm run build && serve -s build -l 3000",
40
- "build": "node scripts/build.js",
+ "build": "react-scripts build",
41
"test": "cypress open",
42
"cypress": "node_modules/.bin/cypress run --headless --browser chrome",
43
"e2e": "npm run sync && concurrently \"SKIP_PREFLIGHT_CHECK=true react-scripts start\" \"wait-on http-get://localhost:3000 && npm run cypress\" --kill-others --success first",
0 commit comments