Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat_home_page' into feat_home_page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Sep 26, 2023
2 parents 58a9c27 + 725b7e9 commit 5f1ad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"start": "react-scripts start",
"start:dev": "env-cmd --silent -f ./src/config/.env.local npm start",
"start:staging": "env-cmd -f ./src/config/.env.staging npm start",
"build": "react-scripts build",
"build": "react-scripts build && mkdir -p build/sandbox/v2/ && cp -Rp build/static build/sandbox/v2/",
"test": "react-scripts test",
"test:coverage": "npm run test -- --coverage --watchAll=false",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 5f1ad3b

Please sign in to comment.