chore: fix git

This commit is contained in:
2026-02-10 14:00:43 +01:00
parent 5f0c9c8c07
commit 77654e6dae
3 changed files with 6 additions and 22732 deletions

View File

@@ -33,10 +33,10 @@ jobs:
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
- name: 🔍 Lint
run: npm run lint
run: pnpm lint
- name: 🏗️ Typecheck
run: npm run typecheck
run: pnpm typecheck
- name: 🧪 Test
run: npm run test
run: pnpm test

22727
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -80,7 +80,7 @@
"cms:branding:testing": "DIRECTUS_URL=https://cms.testing.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts",
"cms:branding:staging": "DIRECTUS_URL=https://cms.staging.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts",
"cms:branding:prod": "DIRECTUS_URL=https://cms.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts",
"cms:bootstrap": "npm run cms:branding:local",
"cms:bootstrap": "pnpm run cms:branding:local",
"pdf:datasheets": "tsx ./scripts/generate-pdf-datasheets.ts",
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts",
"cms:schema:snapshot": "./scripts/cms-snapshot.sh",
@@ -96,7 +96,8 @@
"cms:push:prod:DANGER": "./scripts/sync-directus.sh push production",
"pagespeed:test": "tsx ./scripts/pagespeed-sitemap.ts",
"pagespeed:urls": "tsx -e \"import sitemap from './app/sitemap'; sitemap().then(urls => console.log(urls.map(u => u.url).join('\\n')))\"",
"prepare": "husky"
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"version": "1.0.0",
"pnpm": {