We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23db6c commit e15c377Copy full SHA for e15c377
.github/workflows/deploy-gcp.yml
@@ -39,7 +39,7 @@ jobs:
39
run: yarn install
40
41
- name: Build assets
42
- run: npm run production
+ run: yarn run build
43
44
- name: Zip up the application
45
run: zip -r application.zip . -x "*.git*" -x "*.github*"
0 commit comments