Skip to content

Commit 8664219

Browse files
committed
Revert "Troubleshoot the failing CI"
This reverts commit 4bea8b4.
1 parent 4bea8b4 commit 8664219

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"eslint:files": "eslint --fix",
3434
"get:lab:version": "node ./buildutils/lib/get-latest-lab-version.js",
3535
"integrity": "node buildutils/lib/ensure-repo.js",
36-
"pack:all": "lerna exec -- npm pack",
3736
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
3837
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
3938
"prettier:files": "prettier --write",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ build = "make -C docs html SPHINXOPTS='-W'"
125125
serve = "cd docs/build/html && python -m http.server"
126126

127127
[tool.hatch.envs.default.scripts]
128-
npm_pack = "jlpm run pack:all"
128+
npm_pack = "jlpm lerna exec -- npm pack"
129129
js_test = "jlpm run build:test && jlpm run test"
130130

131131
[tool.hatch.envs.test]

0 commit comments

Comments
 (0)