We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f981ddc + 31dc7bd commit 4f770eeCopy full SHA for 4f770ee
1 file changed
.github/workflows/deploy.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
28
+
29
- run: npm install --production
30
# - run: npm run build --if-present
31
- name: Deploy
0 commit comments