mirror of
https://github.com/denoland/deno.git
synced 2025-02-05 22:21:20 -05:00
![Marvin Hagemeister](/assets/img/avatar_default.png)
This PR optionally runs pre and posts tasks from `package.json` if available. Fixes #19157
5 lines
57 B
JSON
5 lines
57 B
JSON
{
|
|
"scripts": {
|
|
"posttest": "echo 'posttest'"
|
|
}
|
|
}
|