Skip to content

Commit

Permalink
fixed path to user.graphqls, now tests need fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrevanveluw committed Jan 7, 2022
1 parent f306a18 commit e5e3f99
Show file tree
Hide file tree
Showing 7 changed files with 14,536 additions and 6,270 deletions.
2 changes: 1 addition & 1 deletion .graphqlconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"app": {
"schemaPath": "./example/app/app.graphql",
"includes": [
"./TypeScript/node_modules/@flock-eco/feature-user/schema.graphql*",
"./TypeScript/node_modules/@flock-community/flock-eco-feature-user/src/main/graphql/user.graphql*",
"./example/shared/date.graphql*"
],
"excludes": [
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion TypeScript/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src
src
2 changes: 1 addition & 1 deletion TypeScript/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@flock-eco:registry=https://api.bintray.com/npm/flock-community/flock-npm/
@flock-community:registry=https://flock.jfrog.io/artifactory/api/npm/flock-npm/
Loading

0 comments on commit e5e3f99

Please sign in to comment.