-
Notifications
You must be signed in to change notification settings - Fork 0
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
SLB-435: redirects #297
Conversation
apps/website/package.json
Outdated
"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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
a1d4e91
to
4becfa4
Compare
No description provided.