From bdc0f16b0d0a54bec69a4691f0b2e467d168f387 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 29 Aug 2026 19:18:12 -0400 Subject: [PATCH] Allow @parcel/watcher build script in Jupyter template jest 30.5.0 pulls in @parcel/watcher through jest-haste-map. pnpm refuses to silently skip its build script, so pnpm install fails with ERR_PNPM_IGNORED_BUILDS and the requirements-js target errors out. Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- python/jupyter/js/pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/jupyter/js/pnpm-workspace.yaml b/python/jupyter/js/pnpm-workspace.yaml index b8f6850..9826d1b 100644 --- a/python/jupyter/js/pnpm-workspace.yaml +++ b/python/jupyter/js/pnpm-workspace.yaml @@ -1,5 +1,6 @@ allowBuilds: "@fortawesome/fontawesome-free": true + "@parcel/watcher": true unrs-resolver: true overrides: