File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SED="sed"
1818WORKSPACE_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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments