Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLB-435: redirects #297

Merged
merged 7 commits into from
Jul 18, 2024
Merged

SLB-435: redirects #297

merged 7 commits into from
Jul 18, 2024

Conversation

chindris
Copy link
Contributor

@chindris chindris commented Jul 4, 2024

No description provided.

@chindris chindris marked this pull request as ready for review July 4, 2024 09:20
"vitest": "^1.1.1"
},
"scripts": {
"test:static": "tsc --noEmit && eslint '**/*.{ts,tsx,js,jsx}' --ignore-path='./.gitignore'",
"full-rebuild": "pnpm clean && pnpm build:waku",
"start:drupal": "pnpm run --filter @custom/cms start",
"build:drupal": "CLOUDINARY_CLOUDNAME=test pnpm start-test start:drupal 8888 build:waku",
"build:waku": "waku build",
"build:waku": "waku build && pnpm redirects",
"redirects": "tsx ./src/build/redirects.ts --dir=dist/public",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ULTRA NITPICK! 🤓
Maybe call this build:redirects to make clear this is part of the build process.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now renamed, I also think it makes more sense to have it called "build:redirects"

@@ -44,19 +44,19 @@ display:
label: Statuscode
group_items:
1:
title: '300 Multiple Choices'
title: '300 Mehrere Auswahlmöglichkeiten'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drush export shenanigans? I would rather not include this in the diff. Lets keep it english by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed now.

@chindris chindris force-pushed the SLB-435-waku-redirects branch from a1d4e91 to 4becfa4 Compare July 17, 2024 09:44
@chindris chindris merged commit abb104f into lagoon-waku Jul 18, 2024
5 of 6 checks passed
@chindris chindris deleted the SLB-435-waku-redirects branch July 18, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants