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.
2 parents 0a6124e + bdad1a8 commit f34d64aCopy full SHA for f34d64a
glean/package.json
@@ -66,7 +66,7 @@
66
"build:docs": "rm -rf dist/docs && typedoc src/ --out dist/docs --tsconfig tsconfig/docs.json --theme minimal",
67
"build:metrics-docs": "npm run cli -- translate src/metrics.yaml src/pings.yaml -o ../docs/reference/ --format markdown --allow-reserved",
68
"publish:docs": "NODE_DEBUG=gh-pages gh-pages --dotfiles --message \"[skip ci] Updates\" --dist dist/docs",
69
- "prepublishOnly": "cp ../README.md ./README.md && run-s build:cli build:webext",
+ "prepublishOnly": "cp ../README.md ./README.md && run-s build:cli build:lib build:types",
70
"postpublish": "rm ./README.md",
71
"cli": "node --loader=ts-node/esm src/cli.ts"
72
},
0 commit comments