Revert "Merge pull request #7537 from tchak/graphql-doc"
This reverts commit8d3d660663
, reversing changes made to021649cc62
.
This commit is contained in:
parent
5a196a009c
commit
bb5cc70676
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -50,4 +50,4 @@ public/vite-test
|
|||
|
||||
|
||||
app/graphql/schema.json
|
||||
public/doc/graphql
|
||||
public/graphql/schema
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript",
|
||||
"webpack:build": "NODE_ENV=production bin/webpack",
|
||||
"lint:types": "tsc",
|
||||
"graphql:doc:build": "RAILS_ENV=production bin/rake graphql:schema:json && graphdoc --force",
|
||||
"graphql:doc:build": "bin/rake graphql:schema:json && graphdoc --force",
|
||||
"postinstall": "patch-package",
|
||||
"test": "vitest",
|
||||
"coverage": "vitest run --coverage"
|
||||
|
@ -87,6 +87,6 @@
|
|||
},
|
||||
"graphdoc": {
|
||||
"schemaFile": "./app/graphql/schema.json",
|
||||
"output": "./public/doc/graphql"
|
||||
"output": "./public/graphql/schema"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue