Skip to content

Commit f34d64a

Browse files
author
Michael Droettboom
authored
Merge pull request #780 from birdsarah/fix_prepublish_call
Fix publish step
2 parents 0a6124e + bdad1a8 commit f34d64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"build:docs": "rm -rf dist/docs && typedoc src/ --out dist/docs --tsconfig tsconfig/docs.json --theme minimal",
6767
"build:metrics-docs": "npm run cli -- translate src/metrics.yaml src/pings.yaml -o ../docs/reference/ --format markdown --allow-reserved",
6868
"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",
69+
"prepublishOnly": "cp ../README.md ./README.md && run-s build:cli build:lib build:types",
7070
"postpublish": "rm ./README.md",
7171
"cli": "node --loader=ts-node/esm src/cli.ts"
7272
},

0 commit comments

Comments
 (0)