feat: extract Directus sync/branding and optimize Gitea CI with Next.js lint support
Some checks failed
Code Quality / lint-and-build (push) Has been cancelled
Release Packages / release (push) Has been cancelled

This commit is contained in:
2026-02-03 01:28:36 +01:00
parent c9db75c945
commit cc3ec8f0c2
9 changed files with 223 additions and 56 deletions

View File

@@ -1,6 +1,5 @@
import * as fs from "fs";
import * as path from "path";
import { execSync } from "child_process";
const tag = process.env.GITHUB_REF_NAME || process.env.TAG;