Skip to content

Commit

Permalink
add type to projects metadata fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed May 30, 2024
1 parent c460d3b commit 51a9266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev/fixtures/profiles/1/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "project",
"title": "Local Profile V2 1",
"description": "This is a test profile",
"website": "https://example.com",
Expand Down
1 change: 1 addition & 0 deletions scripts/dev/fixtures/profiles/2/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "project",
"title": "Local Profile V2 2",
"description": "This is a test profile",
"website": "https://example.com",
Expand Down
1 change: 1 addition & 0 deletions scripts/dev/fixtures/profiles/3/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "project",
"title": "Local Profile V2 3",
"description": "This is a test profile",
"website": "https://example.com",
Expand Down

0 comments on commit 51a9266

Please sign in to comment.