Skip to content

Commit ae1ebf8

Browse files
committed
Fix
1 parent c31e808 commit ae1ebf8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

code/sandbox/solid-vite-default-ts/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
"sandbox": { "options": { "dir": "solid-vite-default-ts" } },
1414
"prepare-sandbox": {},
1515
"dev": {},
16-
"vitest-integration": {},
1716
"build": { "options": { "dir": "solid-vite-default-ts" } },
1817
"prepare-build-sandbox": {},
1918
"chromatic": {},
2019
"serve": {},
21-
"e2e-tests-dev": {},
2220
"test-runner": {},
2321
"test-runner-dev": {}
2422
},
25-
"tags": []
23+
"tags": ["ci:merged", "ci:daily"]
2624
}

0 commit comments

Comments
 (0)