Skip to content

Commit ed9892a

Browse files
committed
test
1 parent f3597ed commit ed9892a

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
@@ -26,7 +26,6 @@
2626
"build": "lerna run --stream build",
2727
"build:prod": "lerna run --stream build:prod",
2828
"clean": "lerna run --stream clean",
29-
"clean:lib": "lerna --stream run clean:lib",
3029
"clean:all": "lerna --stream run clean:all",
3130
"deduplicate": "yarn-deduplicate -s fewer --fail",
3231
"eslint": "jlpm eslint:check --fix",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ before-build-python = [
8080
# Build the assets
8181
"jlpm build:prod",
8282
# Clean the build artifacts to not include them in sdist
83-
"jlpm clean:lib"
83+
"jlpm clean"
8484
]
8585

8686
[tool.check-wheel-contents]

0 commit comments

Comments
 (0)