We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16364c3 commit 262dd6aCopy full SHA for 262dd6a
.github/workflows/lh-smoke.yml
@@ -31,6 +31,7 @@ jobs:
31
32
# lighthouse
33
- run: yarn --cwd node_modules/lighthouse/ install --frozen-lockfile --network-timeout 1000000
34
+ - run: yarn reset-link
35
- run: yarn --cwd node_modules/lighthouse/ build-report
36
37
- name: Run smoke tests
package.json
@@ -11,7 +11,8 @@
11
"test-formatting": "test/check-formatting.sh",
12
"format": "scripts/format.sh",
13
"type-check": "tsc --allowJs --checkJs --noEmit --target es2019 *.js",
14
- "prepublishOnly": "npm run build && npm run test"
+ "prepublishOnly": "npm run build && npm run test",
15
+ "reset-link": "(yarn unlink || true) && yarn link && yarn --cwd node_modules/lighthouse/ link chrome-launcher"
16
},
17
"bin": {
18
"print-chrome-path": "bin/print-chrome-path.js"
0 commit comments