We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd794d4 commit b661715Copy full SHA for b661715
.github/workflows/ci.yml
@@ -36,5 +36,5 @@ jobs:
36
with:
37
node-version: 22
38
- run: npm install
39
- - run: npm run build
+ - run: CI=false npm run build
40
- run: npm test
0 commit comments