Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9aefe7ecf | ||
|
|
d590c9ac45 | ||
|
|
186f7b80ba | ||
|
|
1dad073ea1 | ||
|
|
729d72e18a | ||
|
|
95bdf4615d | ||
|
|
5e78e67fc8 |
3 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ deploy_preprod:
|
|||
build_prod:
|
||||
stage: build
|
||||
only:
|
||||
- prod
|
||||
- main
|
||||
image: composer:2
|
||||
script:
|
||||
- apk add --no-cache nodejs npm
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ class ProjectPage extends NotificationsPage {
|
|||
"physicalSample" => "échantillon physique",
|
||||
];
|
||||
|
||||
return $stepsLabel[$this->currentStep()->value()];
|
||||
return $stepsLabel[$this->currentStep()->value()] ?? "brief";
|
||||
}
|
||||
|
||||
// public function printManagers() {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => {
|
|||
},
|
||||
},
|
||||
sourcemap: mode === 'staging',
|
||||
minify: mode === 'production' ? 'esbuild' : false,
|
||||
minify: mode === 'production',
|
||||
},
|
||||
server: {
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue