diff --git a/package.json b/package.json index d3b898b2..b3b57a47 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,9 @@ "test:coverage": "vitest --coverage", "backend": "docker-compose -f dev-backend-docker-compose.yml up", "test:playwright": "playwright test", - "test:playwright:open": "yarn test:playwright --ui" + "test:playwright:open": "yarn test:playwright --ui", + "links:enable": "mv .links.disabled.yaml .links.yaml & touch .links.yaml", + "links:disable": "mv .links.yaml .links.disabled.yaml" }, "devDependencies": { "@babel/core": "^7.16.5",