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.
2 parents 21a35b4 + e1e41c8 commit 5533672Copy full SHA for 5533672
.github/workflows/ci.yaml
@@ -126,8 +126,8 @@ jobs:
126
- run: npm ci
127
working-directory: ./editors/code
128
129
- # - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
130
- # working-directory: ./editors/code
+ - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
+ working-directory: ./editors/code
131
132
- run: npm run lint
133
0 commit comments