File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,17 @@ jobs:
3131 registry-url : ' https://registry.npmjs.org'
3232
3333 - name : Install Dependencies
34- run : yarn build
34+ run : yarn
3535
3636 - name : Lint
3737 run : yarn lint
3838
3939 - name : Test
4040 run : yarn test --ci --coverage --maxWorkers=2
4141
42+ - name : Install Dependencies
43+ run : yarn build
44+
4245 - name : Semantic Release
4346 run : yarn semver
4447 env :
Original file line number Diff line number Diff line change @@ -236,6 +236,13 @@ export class GraphqlService {
236236 return this . exec ( scope , schema , variables ) ;
237237 }
238238
239+ /**
240+ *
241+ * @param scope
242+ * @param schema
243+ * @param variables
244+ * @param mutate
245+ */
239246 private exec = (
240247 scope : string ,
241248 schema : string ,
You can’t perform that action at this time.
0 commit comments