We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b952cae commit 412c45cCopy full SHA for 412c45c
.github/workflows/build.ios.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: '18'
24
25
- name: 📦 Install Dependencies
26
- run: npm install
+ run: npm install --force
27
28
- name: 🏗️ Build files
29
run: npm run build
0 commit comments