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 0919946 commit 2ba55d5Copy full SHA for 2ba55d5
components/dash-html-components/package.json
@@ -13,7 +13,7 @@
13
},
14
"homepage": "https://github.com/plotly/dash",
15
"scripts": {
16
- "clean": "rimraf --glob -rf ./src/* && mkdirp ./src/components",
+ "clean": "rimraf --glob ./src/* && mkdirp ./src/components",
17
"prebuild": "cd scripts && sh generate-all.sh && cd ../../",
18
"extract": "cd scripts && sh extract-all.sh",
19
"lint": "eslint src scripts",
0 commit comments