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.
2 parents cf0cb2e + a3f01a3 commit 46f0599Copy full SHA for 46f0599
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