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.
1 parent 138fcd5 commit 11ae2faCopy full SHA for 11ae2fa
samples/browser/webext/typescript/package.json
@@ -5,7 +5,7 @@
5
"main": "dist/bundle.js",
6
"type": "module",
7
"scripts": {
8
- "link:glean": "cd ../../../glean && npm i && npm run build && npm link && cd ../samples/browser/webext/typescript && npm link @mozilla/glean",
+ "link:glean": "cd ../../../../glean && npm i && npm run build && npm link && cd ../samples/browser/webext/typescript && npm link @mozilla/glean",
9
"glean": "glean translate src/metrics.yaml src/pings.yaml -f typescript -o src/generated",
10
"build": "npm run glean && webpack --config webpack.config.js --mode production",
11
"dev": "npm run glean && webpack --watch --config webpack.config.js --mode development",
0 commit comments