Skip to content

Commit

Permalink
make npm run build on build on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 4, 2024
1 parent fbd5d91 commit f9ef3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-sandbox-common.yml@main
with:
needs_build: true
build_command: "make go-quai"
build_command: "npm run build"
needs_docker: false
include_chart: false
cloud_deploy: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-remote-build-on-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-dev-common.yml@main
with:
needs_build: true
build_command: "make go-quai"
build_command: "npm run build"
needs_docker: false
include_chart: false
cloud_deploy: false
Expand Down

0 comments on commit f9ef3de

Please sign in to comment.