1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

test: fix with new anchor link behavior in blog posts

This commit is contained in:
2023-06-16 23:26:09 +02:00
parent 3b76195d71
commit d78e50638e
2 changed files with 4 additions and 4 deletions

View File

@@ -21,9 +21,9 @@
"lint:prettier": "prettier . --check --ignore-path .gitignore",
"lint:staged": "lint-staged",
"test:unit": "cypress run --component",
"test:html-w3c-validator": "start-server-and-test start http://127.0.0.1:3000 html-w3c-validator",
"test:e2e": "start-server-and-test start http://127.0.0.1:3000 cypress run",
"test:dev": "start-server-and-test dev http://127.0.0.1:3000 cypress open",
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\"",
"test:e2e": "start-server-and-test \"start\" http://127.0.0.1:3000 \"cypress run\"",
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\"",
"resume:build": "node ./jsonresume-theme-custom/build.js",
"release": "semantic-release",
"deploy": "vercel",