Skip to content

Commit 04b307c

Browse files
authored
Merge pull request #339 from BSd3v/dist-script-update
dist script update
2 parents f27dd83 + fb1a36a commit 04b307c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"private::lint.eslint": "eslint src",
2626
"private::lint.prettier": "prettier src --list-different --ignore-path=.prettierignore",
2727
"lint": "run-s private::lint.*",
28-
"dist": "npm run build && run-s pre-flight-dag-version && python setup.py sdist bdist_wheel"
28+
"dist": "npm run build && run-s pre-flight-dag-version && rimraf build dist && python setup.py sdist bdist_wheel"
2929
},
3030
"author": "Plotly <[email protected]>",
3131
"license": "MIT",

requires-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dash_mantine_components==0.12.1
33
pyyaml>=5.0
44
pytest<8.1.0
55
wheel
6-
selenium<4.3.0
6+
selenium>=4.0.0,<4.3.0

0 commit comments

Comments
 (0)