Merge pull request #3168 from element-hq/toger5/add-link-disable-enable-scripts

Add yarn scripts for disabling/enabling `.links.yaml`
This commit is contained in:
fkwp
2025-04-04 15:31:00 +02:00
committed by GitHub

View File

@@ -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",