Skip to content

Commit b3aefb9

Browse files
committed
using the wrong command, no wonder
1 parent 2ff4f78 commit b3aefb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222

23-
- name: Build
24-
run: npm run build
23+
- name: Build and Compress
24+
run: npm run release # Changed from npm run build
2525

2626
- name: Configure AWS Credentials
2727
uses: aws-actions/configure-aws-credentials@v2

0 commit comments

Comments
 (0)