Skip to content

Commit a17d2e0

Browse files
committed
Attend to review comment
1 parent d0d13b0 commit a17d2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/parser-for-schema-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SED="sed"
1818
WORKSPACE_ROOT="$( cd "$(dirname "$0")/.." ; pwd -P )"
1919

2020
# Generate files using the Glean.js CLI tool (which just runs glean_parser)
21-
npm run glean-internal -- \
21+
npm run cli -- \
2222
translate tests/integration/schema/metrics.yaml tests/integration/schema/pings.yaml \
2323
-f typescript \
2424
-o tests/integration/schema/generated

glean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"publish:docs": "NODE_DEBUG=gh-pages gh-pages --dotfiles --message \"[skip ci] Updates\" --dist dist/docs",
5757
"prepublishOnly": "cp ../README.md ./README.md && run-s build:cli build:webext",
5858
"postpublish": "rm ./README.md",
59-
"glean-internal": "node --loader=ts-node/esm src/cli.ts"
59+
"cli": "node --loader=ts-node/esm src/cli.ts"
6060
},
6161
"repository": {
6262
"type": "git",

0 commit comments

Comments
 (0)