fix: corriger les deux erreurs de build CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- scripts/build-radar.js: bash → sh (Alpine n'a pas bash) - radar-app/package.json: ajouter postcss comme dépendance directe - radar-app/package-lock.json: régénéré avec postcss ^8.5.3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -164,7 +164,7 @@ try {
|
||||
// Modifier Navigation.tsx
|
||||
const patchNavScript = path.join(CWD, 'docker', 'add_team_link.sh');
|
||||
if (fs.existsSync(patchNavScript)) {
|
||||
execSync(`bash ${patchNavScript}`, {
|
||||
execSync(`sh ${patchNavScript}`, {
|
||||
cwd: CWD,
|
||||
stdio: 'inherit'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user