Skip to content

Commit 748303f

Browse files
committed
hot fix
1 parent 8627d55 commit 748303f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: 18
31-
cache: 'npm'
31+
# cache: 'npm'
3232

3333
- name: Install dependencies
3434
run: npm ci
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
#if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
6868
# npm run build:prod
69-
npm run build
69+
npm run build:prod
7070
#else
7171
# npm run build:dev
7272
#fi

0 commit comments

Comments
 (0)