Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 39ca793

Browse files
authored
Add Squirrel providers (#771)
1 parent 7075db6 commit 39ca793

11 files changed

Lines changed: 1220 additions & 117 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"generate": "yarn -s && yarn run ts-node -P tsconfig.json ./scripts/generate.ts",
2323
"publish": "yarn run ts-node -P tsconfig.json ./scripts/publish.ts",
2424
"config-types": "./node_modules/.bin/dot-json template/package.json contributes.configuration | ./node_modules/.bin/json2ts --unreachableDefinitions --style.singleQuote --no-style.semi -o ./template/src/search/settings.ts && yarn prettier",
25-
"update-graphql-schema": "curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/15715837e2ada038f88a68b5b7b4089aee62aedb/cmd/frontend/graphqlbackend/schema.graphql > ./schema/schema.graphql && curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/15715837e2ada038f88a68b5b7b4089aee62aedb/cmd/frontend/graphqlbackend/codeintel.graphql >> ./schema/schema.graphql",
25+
"update-graphql-schema": "curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/073276b06e8b98bce2a1102802d557c61474a16b/cmd/frontend/graphqlbackend/schema.graphql > ./schema/schema.graphql && curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/073276b06e8b98bce2a1102802d557c61474a16b/cmd/frontend/graphqlbackend/codeintel.graphql >> ./schema/schema.graphql",
2626
"validate-graphql": "yarn run tsgql validate -p ./template/tsconfig.json"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)