-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
{
"scripts": {
"test": "run-s test:a test:b",
"test:a": "foo",
"test:b": "bar",
"test-coverage": "c8 node --run test",
}
}sorted to
{
"scripts": {
"test": "run-s test:a test:b",
"test-coverage": "c8 node --run test",
"test:a": "foo",
"test:b": "bar",
}
}We should treat foo, foo:* like a group, not move test-coverage after test.
keithamus, xDivisionByZerox and Shinigami92
Metadata
Metadata
Assignees
Labels
No labels