Skip to content

Commit dc3e6c5

Browse files
chore(global): update publishing list (#37)
1 parent 1da7b6d commit dc3e6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/publish-packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const BREAKING_KEYWORDS = [
2525
];
2626

2727
// NOTE: Edit this list to add / remove packages from auto-release cycle
28-
const RELEASE_LIST = ['packages/*', '!packages/create-keystone-5-app'];
28+
const RELEASE_LIST = ['packages/*', 'packages/arch/packages/*', '!packages/create-keystone-5-app'];
2929

3030
publish(
3131
RELEASE_LIST,

0 commit comments

Comments
 (0)