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 5bb1376 commit 0065c74Copy full SHA for 0065c74
.github/workflows/build.yml
@@ -26,5 +26,5 @@ jobs:
26
cache: 'npm'
27
- name: Install and Build 🔧
28
run: |
29
- npm install
+ npm ci
30
npm run build
0 commit comments