Skip to content

IBX-10570: Add script to prepare dev env for CI#23

Merged
dew326 merged 1 commit intomainfrom
IBX-10570
Sep 1, 2025
Merged

IBX-10570: Add script to prepare dev env for CI#23
dew326 merged 1 commit intomainfrom
IBX-10570

Conversation

@GrabowskiM
Copy link
Copy Markdown
Contributor

@GrabowskiM GrabowskiM commented Aug 29, 2025

🎫 Issue IBX-10570

Related PRs:

Description:

This scripts is created for env that doesn't have whole app instaled (like CI) - it's purpose is to add aliases for design system to TS config, so that linter could fetch types imports correctly.

For QA:

Documentation:

@GrabowskiM GrabowskiM requested a review from Copilot August 29, 2025 14:06
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new command-line script to prepare the development environment for CI by adding a new binary entry point to the project's package.json.

  • Adds a new binary entry "ids-prepare-dev-env" that points to a shell script for environment preparation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +11 to +13
"bin": {
"ids-prepare-dev-env": "./bin/prepare_dev_env.mjs"
},
Copy link

Copilot AI Aug 29, 2025

Choose a reason for hiding this comment

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

The binary points to a .mjs file but the actual script file is not included in this PR. The referenced file ./bin/prepare_dev_env.mjs needs to exist for this binary entry to function correctly.

Copilot uses AI. Check for mistakes.
@GrabowskiM GrabowskiM requested a review from a team August 29, 2025 14:18
@ezrobot ezrobot requested review from OstafinL, RopRaptor, albozek, dew326 and tischsoic and removed request for a team August 29, 2025 14:18
@dew326 dew326 merged commit 0e1569a into main Sep 1, 2025
10 checks passed
@dew326 dew326 deleted the IBX-10570 branch September 1, 2025 07:54
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.

4 participants