Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Mar 15, 2023
1 parent f3597ed commit ed9892a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"build": "lerna run --stream build",
"build:prod": "lerna run --stream build:prod",
"clean": "lerna run --stream clean",
"clean:lib": "lerna --stream run clean:lib",
"clean:all": "lerna --stream run clean:all",
"deduplicate": "yarn-deduplicate -s fewer --fail",
"eslint": "jlpm eslint:check --fix",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ before-build-python = [
# Build the assets
"jlpm build:prod",
# Clean the build artifacts to not include them in sdist
"jlpm clean:lib"
"jlpm clean"
]

[tool.check-wheel-contents]
Expand Down

0 comments on commit ed9892a

Please sign in to comment.