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 2c798f9 commit 4c8734bCopy full SHA for 4c8734b
1 file changed
.github/workflows/ci-cd-netlify.yml
@@ -36,10 +36,10 @@ jobs:
36
node-version: "20"
37
cache: "npm"
38
39
- - run: npm ci --prefer-offline --no-audit
+ # - run: npm ci --prefer-offline --no-audit
40
41
- - name: Run Prettier (check)
42
- run: npx prettier . --check
+ # - name: Run Prettier (check)
+ # run: npx prettier . --check
43
44
- run: npm run lint --if-present
45
0 commit comments