Compare commits
7 commits
notificati
...
main
| 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:
|
build_prod:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- prod
|
- main
|
||||||
image: composer:2
|
image: composer:2
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache nodejs npm
|
- apk add --no-cache nodejs npm
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@ class ProjectPage extends NotificationsPage {
|
||||||
"physicalSample" => "échantillon physique",
|
"physicalSample" => "échantillon physique",
|
||||||
];
|
];
|
||||||
|
|
||||||
return $stepsLabel[$this->currentStep()->value()];
|
return $stepsLabel[$this->currentStep()->value()] ?? "brief";
|
||||||
}
|
}
|
||||||
|
|
||||||
// public function printManagers() {
|
// public function printManagers() {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sourcemap: mode === 'staging',
|
sourcemap: mode === 'staging',
|
||||||
minify: mode === 'production' ? 'esbuild' : false,
|
minify: mode === 'production',
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue