-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
A-configArea: configArea: configA-extensionsArea: extensionsArea: extensionsT-featureType: featureType: featureT-post-V1Area: to tackle after V1Area: to tackle after V1T-to-discussType: requires discussionType: requires discussion
Description
Component
Forge
Describe the feature you would like
Add forge run
, similar to how a Hardhat project can have scripts in package.json
and be run with npm run script
.
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
[actions]
build = "bash actions/build.sh"
This would enable pre-compilation hooks, and other workflows.
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-configArea: configArea: configA-extensionsArea: extensionsArea: extensionsT-featureType: featureType: featureT-post-V1Area: to tackle after V1Area: to tackle after V1T-to-discussType: requires discussionType: requires discussion