Commit a6d5bef 1 parent dcd5eeb commit a6d5bef Copy full SHA for a6d5bef
File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 27
27
node-version : ${{ matrix.node-version }}
28
28
cache : ' npm'
29
29
- run : npm ci
30
+ - run : npx playwright install
30
31
- run : npm run build --if-present
31
32
- run : npm test
Original file line number Diff line number Diff line change 16
16
with :
17
17
node-version : 21
18
18
- run : npm ci
19
+ - run : npx playwright install
19
20
- run : npm test
20
21
21
22
publish-npm :
28
29
node-version : 21
29
30
registry-url : https://registry.npmjs.org/
30
31
- run : npm ci
32
+ - run : npm build
31
33
- run : npm publish
32
34
env :
33
35
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ export default {
8
8
return log . args [ 0 ] !== "Lit is in dev mode. Not recommended for production! See https://lit.dev/msg/dev-mode for more information." ;
9
9
} ,
10
10
browsers : [
11
- playwrightLauncher ( {
12
- launchOptions : {
13
- headless : false ,
14
- devtools : true
15
- } ,
16
- } ) ,
11
+ playwrightLauncher ( ) ,
17
12
] ,
18
13
}
You can’t perform that action at this time.
0 commit comments