No github
This commit is contained in:
parent
283df32afe
commit
1ea3024e4e
13 changed files with 28 additions and 28 deletions
|
|
@ -18,15 +18,16 @@
|
|||
"qa:astro-audit": "node scripts/install-playwright-deps.mjs && node scripts/export-astro-audit.mjs --fail-on-issues",
|
||||
"qa:no-em-dashes": "node scripts/check-no-em-dashes.mjs",
|
||||
"qa:spelling": "cspell --no-progress \"astro.config.mjs\" \"src/**/*.{astro,ts,md,css}\" \"scripts/**/*.mjs\" \"*.md\"",
|
||||
"qa:no-github-links": "node scripts/check-no-github-links.mjs",
|
||||
"qa:links": "node scripts/check-links.mjs",
|
||||
"qa:no-js": "node scripts/check-no-js.mjs",
|
||||
"qa:overflow": "node scripts/install-playwright-deps.mjs && node scripts/check-overflow.mjs",
|
||||
"qa:preview-cropping": "node scripts/install-playwright-deps.mjs && node scripts/check-preview-cropping.mjs",
|
||||
"qa": "npm run typecheck && npm run lint && npm run qa:no-em-dashes && npm run qa:spelling && npm run build && npm run qa:astro-audit && npm run qa:links && npm run qa:no-js && npm run qa:overflow && npm run qa:preview-cropping"
|
||||
"qa": "npm run typecheck && npm run lint && npm run qa:no-em-dashes && npm run qa:spelling && npm run qa:no-github-links && npm run build && npm run qa:astro-audit && npm run qa:links && npm run qa:no-js && npm run qa:overflow && npm run qa:preview-cropping"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/schmelczer/schmelczer.github.io.git"
|
||||
"url": "git+https://git.schmelczer.dev/andras/schmelczer.dev.git"
|
||||
},
|
||||
"keywords": [
|
||||
"blog",
|
||||
|
|
@ -37,9 +38,9 @@
|
|||
"author": "Andras Schmelczer",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/schmelczer/schmelczer.github.io/issues"
|
||||
"url": "https://git.schmelczer.dev/andras/schmelczer.dev/issues"
|
||||
},
|
||||
"homepage": "https://github.com/schmelczer/schmelczer.github.io#readme",
|
||||
"homepage": "https://git.schmelczer.dev/andras/schmelczer.dev#readme",
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.9",
|
||||
"@astrojs/rss": "^4.0.18",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue