Skip to content

Commit

Permalink
Merge pull request #339 from BSd3v/dist-script-update
Browse files Browse the repository at this point in the history
dist script update
  • Loading branch information
gvwilson authored Nov 15, 2024
2 parents f27dd83 + fb1a36a commit 04b307c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"private::lint.eslint": "eslint src",
"private::lint.prettier": "prettier src --list-different --ignore-path=.prettierignore",
"lint": "run-s private::lint.*",
"dist": "npm run build && run-s pre-flight-dag-version && python setup.py sdist bdist_wheel"
"dist": "npm run build && run-s pre-flight-dag-version && rimraf build dist && python setup.py sdist bdist_wheel"
},
"author": "Plotly <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion requires-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dash_mantine_components==0.12.1
pyyaml>=5.0
pytest<8.1.0
wheel
selenium<4.3.0
selenium>=4.0.0,<4.3.0

0 comments on commit 04b307c

Please sign in to comment.