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.
1 parent c31e808 commit ae1ebf8Copy full SHA for ae1ebf8
code/sandbox/solid-vite-default-ts/project.json
@@ -13,14 +13,12 @@
13
"sandbox": { "options": { "dir": "solid-vite-default-ts" } },
14
"prepare-sandbox": {},
15
"dev": {},
16
- "vitest-integration": {},
17
"build": { "options": { "dir": "solid-vite-default-ts" } },
18
"prepare-build-sandbox": {},
19
"chromatic": {},
20
"serve": {},
21
- "e2e-tests-dev": {},
22
"test-runner": {},
23
"test-runner-dev": {}
24
},
25
- "tags": []
+ "tags": ["ci:merged", "ci:daily"]
26
}
0 commit comments