We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d6471 commit ad91ebeCopy full SHA for ad91ebe
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
run: powershell -Command Add-MpPreference -ExclusionPath "."
29
30
- name: install
31
- run: npm install --network-timeout 1000000
+ run: npm install
32
33
- name: build
34
run: npm run build
0 commit comments