We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a1579 commit ed52db1Copy full SHA for ed52db1
docs/src/index.css
@@ -6,5 +6,5 @@ body {
6
7
.queries-col {
8
overflow-y: scroll;
9
- max-height: 1000px;
+ max-height: 825px;
10
}
package.json
@@ -19,7 +19,8 @@
19
"preantlr": "rm -rf src/generated/*",
20
"antlr": "./node_modules/.bin/antlr4ts -visitor SOQL.g4 -o src/generated/",
21
"release": "release-it",
22
- "update-docs": "cd docs && npm run update"
+ "update-docs": "cd docs && npm run update",
23
+ "update-docs:no-git": "cd docs && npm run deploy"
24
},
25
"author": "Austin Turner <paustint@gmail.com>",
26
"license": "MIT",
0 commit comments