Skip to content

Commit 11ae2fa

Browse files
committed
Fix path to glean lib in samples
1 parent 138fcd5 commit 11ae2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/browser/webext/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/bundle.js",
66
"type": "module",
77
"scripts": {
8-
"link:glean": "cd ../../../glean && npm i && npm run build && npm link && cd ../samples/browser/webext/typescript && npm link @mozilla/glean",
8+
"link:glean": "cd ../../../../glean && npm i && npm run build && npm link && cd ../samples/browser/webext/typescript && npm link @mozilla/glean",
99
"glean": "glean translate src/metrics.yaml src/pings.yaml -f typescript -o src/generated",
1010
"build": "npm run glean && webpack --config webpack.config.js --mode production",
1111
"dev": "npm run glean && webpack --watch --config webpack.config.js --mode development",

0 commit comments

Comments
 (0)