Skip to content

Commit e15c377

Browse files
committed
WIP
1 parent b23db6c commit e15c377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: yarn install
4040

4141
- name: Build assets
42-
run: npm run production
42+
run: yarn run build
4343

4444
- name: Zip up the application
4545
run: zip -r application.zip . -x "*.git*" -x "*.github*"

0 commit comments

Comments
 (0)