Skip to content

Commit

Permalink
feat: suppression des redirections obsolètes (#6259)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot authored Nov 7, 2024
1 parent dbe29ab commit 47b8d9d
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 822 deletions.
3 changes: 2 additions & 1 deletion packages/code-du-travail-frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ node_modules
cypress/videos
cypress/screenshots
cypress/downloads
scripts/logs/*
.env
.env.*

## Panda
styled-system
styled-system-studio
styled-system-studio
3 changes: 2 additions & 1 deletion packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,jsx,json,md}\""
"format:check": "prettier --check \"**/*.{js,ts,tsx,jsx,json,md}\"",
"clean:redirects": "node -r @swc-node/register scripts/clean-redirects.ts"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.13.4",
Expand Down
Loading

0 comments on commit 47b8d9d

Please sign in to comment.