fix(graphdoc): always build graphdoc with production environement
This commit is contained in:
parent
bb5cc70676
commit
8b5c26215f
1 changed files with 1 additions and 1 deletions
|
@ -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": "bin/rake graphql:schema:json && graphdoc --force",
|
||||
"graphql:doc:build": "RAILS_ENV=production bin/rake graphql:schema:json && graphdoc --force",
|
||||
"postinstall": "patch-package",
|
||||
"test": "vitest",
|
||||
"coverage": "vitest run --coverage"
|
||||
|
|
Loading…
Reference in a new issue