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 50993fc commit 2e3d23fCopy full SHA for 2e3d23f
1 file changed
.github/workflows/validate.yml
@@ -31,6 +31,7 @@ jobs:
31
env:
32
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
33
npm_config_cache: ${{ runner.temp }}/npm-cache
34
+ SKIP_PLAYWRIGHT: true
35
36
- name: ʦ TypeScript
37
run: npm run typecheck
0 commit comments