mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 02:27:46 -05:00
8 lines
166 B
Text
8 lines
166 B
Text
|
{
|
||
|
"task": {
|
||
|
// should not execute this one because it's in a deno.json
|
||
|
// and not in the package.json
|
||
|
"pretest": "echo 'should not be in output'"
|
||
|
}
|
||
|
}
|