We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8627d55 commit 748303fCopy full SHA for 748303f
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-node@v4
29
with:
30
node-version: 18
31
- cache: 'npm'
+ # cache: 'npm'
32
33
- name: Install dependencies
34
run: npm ci
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
#if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
68
# npm run build:prod
69
- npm run build
+ npm run build:prod
70
#else
71
# npm run build:dev
72
#fi
0 commit comments