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 4c0bc3c commit c640215Copy full SHA for c640215
.github/dependabot.yml
@@ -4,6 +4,8 @@ updates:
4
directory: '/'
5
schedule:
6
interval: 'daily'
7
+ cooldown:
8
+ default-days: 5
9
groups:
10
jest:
11
patterns:
@@ -24,6 +26,8 @@ updates:
24
26
25
27
28
29
30
31
32
upload-download-artifact:
33
.github/workflows/ci.yml
@@ -25,7 +25,8 @@ jobs:
with:
node-version-file: '.nvmrc'
- - run: npm ci
+ - run: npm ci --ignore-scripts
+ - run: npm run prepare
- uses: actions/upload-artifact@v5
.npmrc
@@ -1 +1,2 @@
1
registry=https://registry.npmjs.org/
2
+ignore-scripts=true
0 commit comments