Skip to content

Commit 46f0599

Browse files
authored
Merge pull request #3168 from element-hq/toger5/add-link-disable-enable-scripts
Add yarn scripts for disabling/enabling `.links.yaml`
2 parents cf0cb2e + a3f01a3 commit 46f0599

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"test:coverage": "vitest --coverage",
2424
"backend": "docker-compose -f dev-backend-docker-compose.yml up",
2525
"test:playwright": "playwright test",
26-
"test:playwright:open": "yarn test:playwright --ui"
26+
"test:playwright:open": "yarn test:playwright --ui",
27+
"links:enable": "mv .links.disabled.yaml .links.yaml & touch .links.yaml",
28+
"links:disable": "mv .links.yaml .links.disabled.yaml"
2729
},
2830
"devDependencies": {
2931
"@babel/core": "^7.16.5",

0 commit comments

Comments
 (0)