-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
The following does currently work:-
build: {
default: someFunction(),
}
It complains that the default is not a script. The workaround is to do something like:-
build: {
default: "nps build.exec",
exec: someFunction(),
}
TODO: Add support for default: being functions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request