Skip to content

Commit 04a648d

Browse files
authored
ci: add missing SYNCKIT_TS_RUNNER env for version-ci
1 parent 22b1700 commit 04a648d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env-cmdrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"SYNCKIT_TS_RUNNER": "swc"
88
},
99
"version-ci": {
10-
"IN_VERSION_CI_SCRIPT": "true"
10+
"IN_VERSION_CI_SCRIPT": "true",
11+
"SYNCKIT_TS_RUNNER": "swc"
1112
}
1213
}

0 commit comments

Comments
 (0)