Skip to content

Commit 51a9266

Browse files
committed
add type to projects metadata fixtures
1 parent c460d3b commit 51a9266

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/dev/fixtures/profiles/1/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"type": "project",
23
"title": "Local Profile V2 1",
34
"description": "This is a test profile",
45
"website": "https://example.com",

scripts/dev/fixtures/profiles/2/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"type": "project",
23
"title": "Local Profile V2 2",
34
"description": "This is a test profile",
45
"website": "https://example.com",

scripts/dev/fixtures/profiles/3/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"type": "project",
23
"title": "Local Profile V2 3",
34
"description": "This is a test profile",
45
"website": "https://example.com",

0 commit comments

Comments
 (0)