Skip to content

Commit c0469b2

Browse files
author
Beatriz Rizental
authored
Merge pull request #130 from mozilla/brizental-patch-1
2 parents 7294a48 + a228187 commit c0469b2

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
@@ -61,7 +61,7 @@
6161
"fix": "eslint . --ext .ts,.js,.json --fix",
6262
"build:cli": "tsc -p ./tsconfig/cli.json",
6363
"build:webext:lib:esm": "tsc -p ./tsconfig/webext/esm.json",
64-
"build:webext:lib:cjs": "tsc -p ./tsconfig/webext/cjs.json && echo '{\"type\": \"commonjs\"}'> dist/webext/esm/package.json",
64+
"build:webext:lib:cjs": "tsc -p ./tsconfig/webext/cjs.json && echo '{\"type\": \"commonjs\"}'> dist/webext/cjs/package.json",
6565
"build:webext:lib:browser": "tsc -p ./tsconfig/webext/browser.json",
6666
"build:webext:types": "tsc -p ./tsconfig/webext/types.json",
6767
"build:webext": "rm -rf dist/webext && npm run build:webext:lib:esm && npm run build:webext:lib:cjs && npm run build:webext:lib:browser && npm run build:webext:types",

0 commit comments

Comments
 (0)