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 abc2ab9 commit 23b9374Copy full SHA for 23b9374
local/seed/index.js
@@ -7,7 +7,7 @@ const token =
7
8
async function seed() {
9
await seedMetadata(targetUrl, token);
10
- await seedProjects(targetUrl, token);
+ // await seedProjects(targetUrl, token);
11
}
12
13
seed().then(() => process.exit());
0 commit comments