We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9326d13 commit e863f36Copy full SHA for e863f36
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: 🔨 Build Project
21
run: |
22
- npm install
+ npm install --f
23
npm run build
24
npm run test
25
0 commit comments