Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit c51ed1a

Browse files
authored
Merge pull request #83 from plotly/prepublish
prepublish -> prepare / prepublishOnly.
2 parents ffafd9b + d992238 commit c51ed1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dash_html_components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"generate-components": "cd scripts && sh generate-all.sh && cd -",
1919
"install-local": "python setup.py install",
2020
"uninstall-local": "pip uninstall dash-html-components -y",
21-
"prepublish": "npm run clean && npm run generate-components && npm run build:all",
21+
"prepare": "npm run clean && npm run generate-components",
22+
"prepublishOnly": "npm run build:all",
2223
"publish-all": "node scripts/publish.js",
2324
"lint": "eslint src",
2425
"build:js": "webpack --mode production",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"generate-components": "cd scripts && sh generate-all.sh && cd -",
1919
"install-local": "python setup.py install",
2020
"uninstall-local": "pip uninstall dash-html-components -y",
21-
"prepublish": "npm run clean && npm run generate-components && npm run build:all",
21+
"prepare": "npm run clean && npm run generate-components",
22+
"prepublishOnly": "npm run build:all",
2223
"publish-all": "node scripts/publish.js",
2324
"lint": "eslint src",
2425
"build:js": "webpack --mode production",

0 commit comments

Comments
 (0)