Skip to content

Commit 71d0ec7

Browse files
committed
Desactivado CI
1 parent ee48a7c commit 71d0ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"start": "react-scripts start",
25-
"build": "react-scripts build",
25+
"build": "CI=false && react-scripts build",
2626
"prod": "serve -s build",
2727
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
2828
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",

0 commit comments

Comments
 (0)