Skip to content
Snippets Groups Projects
Commit f287326a authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

test without CI

parent 2e7f94a7
No related branches found
No related tags found
1 merge request!123chore: replace react scripts with Vitejs
Pipeline #74562 passed
This commit is part of merge request !123. Comments created here will be created in the context of that merge request.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "vite", "start": "vite",
"build": "CI=false && tsc && vite build", "build": "tsc && vite build",
"local-up": "docker-compose -f docker-compose.local.yml up -d && yarn start", "local-up": "docker-compose -f docker-compose.local.yml up -d && yarn start",
"local-down": "docker-compose -f docker-compose.local.yml down", "local-down": "docker-compose -f docker-compose.local.yml down",
"docker": "docker run -it --rm -p 3000:3000 front-backoffice", "docker": "docker run -it --rm -p 3000:3000 front-backoffice",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment