🔨 Fixed the status updates on Import

This commit is contained in:
2026-03-05 21:25:01 -05:00
parent aec989d021
commit a0d971e010
7 changed files with 1733 additions and 836 deletions

View File

@@ -14,7 +14,7 @@
"test:coverage": "jest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"codegen": "graphql-codegen --config codegen.yml",
"codegen": "wait-on http-get://localhost:3000/graphql/health && graphql-codegen",
"codegen:watch": "graphql-codegen --config codegen.yml --watch"
},
"author": "Rishi Ghan",