Skip to content

Commit 23b9374

Browse files
committed
chore: disable creating projects demo data
As these projects are broken anyway.
1 parent abc2ab9 commit 23b9374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/seed/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const token =
77

88
async function seed() {
99
await seedMetadata(targetUrl, token);
10-
await seedProjects(targetUrl, token);
10+
// await seedProjects(targetUrl, token);
1111
}
1212

1313
seed().then(() => process.exit());

0 commit comments

Comments
 (0)