Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added check for build errors on app/client and on landing page #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DokaIzk
Copy link

@DokaIzk DokaIzk commented Dec 21, 2024

Detailed Information

Added check for build errors on app/client and on landing page

Related Issues

Closes #253


Copy link
Contributor

@Solomonsolomonsolomon Solomonsolomonsolomon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to simulate locally use act

@@ -29,6 +29,34 @@ jobs:
# working-directory: ./land_registry
# run: |
# scarb build
build:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate job id with commented code block

node-version: "18"

- name: Install dependencies for app/client
working-directory: app
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update working directory

run: npm install

- name: Build app/client
working-directory: app
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update working directory

@fishonamos fishonamos self-requested a review December 22, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Build Workflow
2 participants