Skip to content

Commit

Permalink
Intento de arreglar despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Mar 13, 2024
1 parent ae51d05 commit d512901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"prod": "serve -s build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"install-chakra": "npm install @chakra-ui/react @emotion/react @emotion/styled framer-motion"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit d512901

Please sign in to comment.