Upgrade SWC Core and Storybook to v8 (#13799)

This is is a blocker for various sub-migrations
This commit is contained in:
Félix Malfait
2025-08-11 12:02:33 +02:00
committed by GitHub
parent e6cb0c0a25
commit d29dbd473b
84 changed files with 1815 additions and 3583 deletions
+8
View File
@@ -126,6 +126,14 @@ jobs:
# Check if any files were modified
if ! git diff --quiet; then
echo "::error::GraphQL schema changes detected. Please run 'npx nx run twenty-front:graphql:generate' and 'npx nx run twenty-front:graphql:generate --configuration=metadata' and commit the changes."
echo ""
echo "The following GraphQL schema changes were detected:"
echo "==================================================="
git diff
echo "==================================================="
echo ""
echo "Please run 'npx nx run twenty-front:graphql:generate' and 'npx nx run twenty-front:graphql:generate --configuration=metadata' and commit the changes."
echo ""
exit 1
fi
- name: Save server setup