Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for invite already added team members #15

Merged
merged 15 commits into from
Nov 8, 2023
4 changes: 2 additions & 2 deletions packages/integrations/gei-users/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gei-users",
"version": "0.8.0",
"version": "0.8.1",
"description": "Automatically generated by graphql-editor-cli",
"main": "lib/index.js",
"scripts": {
"start": "gecli dev",
"build": "tsc",
"watch": "tsc --watch",
"update": "gecli codegen models && gecli schema && gecli codegen typings",
"update": "gecli codegen models && gecli schema pull && gecli codegen typings",
"integrate": "gecli gei integrate",
"integrate:env": "dotenv -e .env gecli gei integrate"
},
Expand Down
Loading
Loading