Skip to content

Commit

Permalink
ci: update asset build command to build:production (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Aug 30, 2024
1 parent 89da3a8 commit 6f39d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: npm install --prefer-offline
shell: bash

- run: npm run build:container
- run: npm run build:production
shell: bash

- name: Configure AWS credentials
Expand Down

0 comments on commit 6f39d0f

Please sign in to comment.