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

Add deploy flag to Fuels CLI build command #1418

Closed
arboleya opened this issue Nov 9, 2023 · 0 comments · Fixed by #1419
Closed

Add deploy flag to Fuels CLI build command #1418

arboleya opened this issue Nov 9, 2023 · 0 comments · Fixed by #1419
Assignees
Labels
feat Issue is a feature

Comments

@arboleya
Copy link
Member

arboleya commented Nov 9, 2023

Before being able to build frontend applications, users must run fuels build to generate all required files.

However, the contract-ids.json file is only created when contracts are deployed via the deploy command.

That's why we need this flag, to make it straightforward to have routines like:

{
  "scripts": {
    "prebuild": "fuels build --depoy",
    "build": "next build",
  }
}

This was a requirement for #1408

@arboleya arboleya added the feat Issue is a feature label Nov 9, 2023
@arboleya arboleya self-assigned this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant