Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-decap' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Dec 12, 2024
2 parents 18178bd + 93211d6 commit 81b563e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/publisher/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import { base, defineConfig } from '@custom/eslint-config';

export default defineConfig([...base]);
export default defineConfig([
...base,
{
ignores: ['.cache/**'],
},
]);
2 changes: 2 additions & 0 deletions apps/publisher/publisher.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ function githubEnvVars(): Record<string, string> {
'PUBLISHER_OAUTH2_SESSION_SECRET',
'PUBLISHER_OAUTH2_ENVIRONMENT_TYPE',
'PUBLISHER_OAUTH2_TOKEN_HOST',
'VITE_DECAP_REPO',
'VITE_DECAP_BRANCH',
].map((name) => {
if (name === 'DRUPAL_INTERNAL_URL') {
// No internal URLs when building on Github.
Expand Down

0 comments on commit 81b563e

Please sign in to comment.