plugins/graphql: fix schema packaging

This commit is contained in:
Patrik Oldsberg
2020-08-02 19:29:21 +02:00
parent 7994c64c54
commit 650830cf4f
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -40,6 +40,7 @@
"supertest": "^4.0.2"
},
"files": [
"dist"
"dist",
"schema.gql"
]
}