We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.links.yaml
1 parent deac07d commit a3f01a3Copy full SHA for a3f01a3
package.json
@@ -23,7 +23,9 @@
23
"test:coverage": "vitest --coverage",
24
"backend": "docker-compose -f dev-backend-docker-compose.yml up",
25
"test:playwright": "playwright test",
26
- "test:playwright:open": "yarn test:playwright --ui"
+ "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"
29
},
30
"devDependencies": {
31
"@babel/core": "^7.16.5",
0 commit comments