We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d41221 commit 084a77aCopy full SHA for 084a77a
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
mongodb-version: ${{ matrix.mongodb-version }}
44
45
- name: Install dependencies
46
- run: npm ci
+ run: npm ci --no-fund
47
48
# for now only check the types of the server
49
# tsconfig isn't quite set up right to respect what vite accepts
@@ -110,7 +110,7 @@ jobs:
110
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
111
112
113
114
115
- name: Check Types (Server)
116
run: npm run check-types:server
0 commit comments