Skip to content

Conversation

@MatiasOS
Copy link
Collaborator

@MatiasOS MatiasOS commented Jan 6, 2026

Description

Added new build script: build:development

  • Runs webpack in development mode for plugin builds
  • Command executes webpack with the standard config in development mode

Statistics

 package.json             |  1 +
 scripts/build-limited.sh | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

Related Issue

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Performance improvement
  • Other (please describe):

Changes Made

Screenshots (if applicable)

Checklist

  • I have run npm run format:fix and npm run lint:fix
  • I have run npm run typecheck with no errors
  • I have run tests with npm run test:run
  • I have tested my changes locally
  • I have updated documentation if needed
  • My code follows the project's architecture patterns

Additional Notes

@MatiasOS MatiasOS requested a review from AugustoL January 6, 2026 13:37
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🚀 Preview: https://pr-116--openscan.netlify.app
📝 Commit: 26a6f28984d3e939cc34ea4310bdd39dd39f4c4b

package.json Outdated
"start": "NODE_ENV=development webpack serve --config webpack.config.js --mode development",
"build:production": "bash ./scripts/build-production.sh",
"build:staging": "bash ./scripts/build-staging.sh",
"build:plugin": "webpack --config webpack.config.js --mode development",
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets use build:development

@MatiasOS MatiasOS changed the title build: add build for hardhat plugin script build: add development build Jan 6, 2026
@MatiasOS MatiasOS merged commit 732d011 into openscan-explorer:dev Jan 6, 2026
3 checks passed
@MatiasOS MatiasOS deleted the build/add-plugin-script branch January 6, 2026 19:00
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.

2 participants