We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3597ed commit ed9892aCopy full SHA for ed9892a
package.json
@@ -26,7 +26,6 @@
26
"build": "lerna run --stream build",
27
"build:prod": "lerna run --stream build:prod",
28
"clean": "lerna run --stream clean",
29
- "clean:lib": "lerna --stream run clean:lib",
30
"clean:all": "lerna --stream run clean:all",
31
"deduplicate": "yarn-deduplicate -s fewer --fail",
32
"eslint": "jlpm eslint:check --fix",
pyproject.toml
@@ -80,7 +80,7 @@ before-build-python = [
80
# Build the assets
81
"jlpm build:prod",
82
# Clean the build artifacts to not include them in sdist
83
- "jlpm clean:lib"
+ "jlpm clean"
84
]
85
86
[tool.check-wheel-contents]
0 commit comments