Skip to content

Commit ed52db1

Browse files
committed
docs package
1 parent e8a1579 commit ed52db1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ body {
66

77
.queries-col {
88
overflow-y: scroll;
9-
max-height: 1000px;
9+
max-height: 825px;
1010
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"preantlr": "rm -rf src/generated/*",
2020
"antlr": "./node_modules/.bin/antlr4ts -visitor SOQL.g4 -o src/generated/",
2121
"release": "release-it",
22-
"update-docs": "cd docs && npm run update"
22+
"update-docs": "cd docs && npm run update",
23+
"update-docs:no-git": "cd docs && npm run deploy"
2324
},
2425
"author": "Austin Turner <paustint@gmail.com>",
2526
"license": "MIT",

0 commit comments

Comments
 (0)