Skip to content

Commit bb2e3e9

Browse files
committed
chore(): fix build script
1 parent c01b343 commit bb2e3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"start": "react-scripts start",
3939
"start.ci": "npm run sync && SKIP_PREFLIGHT_CHECK=true npm run build && serve -s build -l 3000",
40-
"build": "node scripts/build.js",
40+
"build": "react-scripts build",
4141
"test": "cypress open",
4242
"cypress": "node_modules/.bin/cypress run --headless --browser chrome",
4343
"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

Comments
 (0)