Skip to content

Commit bd80bbe

Browse files
committed
fix
1 parent 655342b commit bd80bbe

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
build/
3+
test/

codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema: test_gql/schema.graphql
22
documents: './test_gql/**/*.graphql'
33
generates:
4-
output.dart:
4+
test/output.dart:
55
config:
66
artemisImportPath: package:your_project/your_artemis_generated/graphql_api.dart
77
isNonNullSafety: true

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"name": "graphql-codegen-flutter-artemis-hooks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GraphQL Code Generator plugin for generating hooks of Flutter artemis",
55
"license": "MIT",
66
"scripts": {
77
"test": "jest",
8-
"prepublish": "tsc",
98
"build": "tsc",
109
"build:watch": "tsc --watch",
11-
"codegen": "graphql-codegen",
12-
"buildAndGenerate": "tsc && graphql-codegen",
13-
"release": "standard-version"
10+
"codegen": "graphql-codegen"
1411
},
1512
"repository": {
1613
"type": "git",
@@ -51,6 +48,6 @@
5148
"codegen",
5249
"flutter",
5350
"artemis",
54-
"grapgql-codegen"
51+
"graphql-codegen"
5552
]
5653
}

0 commit comments

Comments
 (0)