Skip to content

Commit c501bcc

Browse files
fix: checkjs library template (#428)
* fix: `checkjs` library template * fix changeset --------- Co-authored-by: Manuel <[email protected]>
1 parent 7d85939 commit c501bcc

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
fix: `checkjs` library template
File renamed without changes.

packages/create/test/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const templates = fs.readdirSync(resolve_path('../templates/')) as TemplateType[
3737
for (const template of templates) {
3838
if (template[0] === '.') continue;
3939

40-
for (const types of ['checkjs', 'typescript'] as LanguageType[]) {
40+
for (const types of ['checkjs', 'typescript', 'none'] as LanguageType[]) {
4141
const cwd = path.join(test_workspace_dir, `${template}-${types}`);
4242
fs.rmSync(cwd, { recursive: true, force: true });
4343

0 commit comments

Comments
 (0)