Skip to content

Commit 6b170b9

Browse files
authored
Merge pull request #3 from sectsect/feature/remove-demo-app-github-actions
fix(changeset): prevent demo app from being published to npm
2 parents 10cf0f4 + 72d25ff commit 6b170b9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"linked": [],
1111
"access": "public",
1212
"updateInternalDependencies": "patch",
13-
"ignore": []
13+
"ignore": ["supabase-payload"]
1414
}

apps/supabase-payload/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "supabase-payload",
33
"version": "1.0.1",
4+
"private": true,
45
"description": "A blank template to get started with Payload 3.0",
56
"license": "MIT",
67
"type": "module",

0 commit comments

Comments
 (0)