Nathan Whitaker
|
7a990d9d42
|
feat(npm): support --allow-scripts on deno run (and deno add , deno test , etc) (#26075)
Fixes https://github.com/denoland/deno/issues/25533. Fixes
https://github.com/denoland/deno/issues/25396.
Previously we only supported it on `deno install` and `deno cache`,
which is annoying if you're using `nodeModulesDir: auto`.
Also changes from printing output of lifecycle scripts directly to
capturing the output and only printing it on error.
|
2024-10-12 12:14:32 -07:00 |
|
David Sherret
|
d80d0cea7c
|
chore: fix ci (#24633)
|
2024-07-18 04:21:57 +00:00 |
|
David Sherret
|
ecd4f900c6
|
fix(publish): surface syntax errors when using --no-check (#24620)
|
2024-07-17 23:06:30 -04:00 |
|
Nathan Whitaker
|
f122845445
|
chore: fix flakey lifecycle scripts test (#24629)
Failed in
https://github.com/denoland/deno/actions/runs/9982978127/job/27589707376
|
2024-07-18 03:54:13 +02:00 |
|
Nathan Whitaker
|
04f9db5b22
|
fix(node): Fix --allow-scripts with no deno.json (#24533)
We would resolve the wrong package.json, resulting in an inability to
run CJS (or other node-mode) scripts
|
2024-07-15 12:11:09 -07:00 |
|