From 4bea8b461c5d96f6da81dc3483369fb5075a5eaa Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 22 Sep 2025 11:09:50 +0200 Subject: [PATCH] Troubleshoot the failing CI --- package.json | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 90c2dd289..38cf9a1ed 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "eslint:files": "eslint --fix", "get:lab:version": "node ./buildutils/lib/get-latest-lab-version.js", "integrity": "node buildutils/lib/ensure-repo.js", + "pack:all": "lerna exec -- npm pack", "prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", "prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", "prettier:files": "prettier --write", diff --git a/pyproject.toml b/pyproject.toml index b91a2ac96..13252ef36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ build = "make -C docs html SPHINXOPTS='-W'" serve = "cd docs/build/html && python -m http.server" [tool.hatch.envs.default.scripts] -npm_pack = "jlpm lerna exec -- npm pack" +npm_pack = "jlpm run pack:all" js_test = "jlpm run build:test && jlpm run test" [tool.hatch.envs.test]