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 ec1312e commit 46c618fCopy full SHA for 46c618f
.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