Skip to content

Commit a25433f

Browse files
committed
build: demo file for internal as well
1 parent 8964039 commit a25433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"scripts": {
6262
"start": "react-scripts start",
6363
"build": "react-scripts build",
64-
"internal": "PUBLIC_URL=/fleet-debugger npm run build && rsync -avzhe ssh --progress --delete --inplace ./build/ ${CLOUDTOP}:${CLOUDPATH}",
64+
"internal": "cp datasets/two-trips-bay-area.json public/data.json && PUBLIC_URL=/fleet-debugger npm run build && rsync -avzhe ssh --progress --delete --inplace ./build/ ${CLOUDTOP}:${CLOUDPATH}",
6565
"test": "react-scripts test",
6666
"eject": "react-scripts eject",
6767
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",

0 commit comments

Comments
 (0)