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

Commit 29b72b2

Browse files
authored
Merge pull request #417 from plotly/prepare
prepublish -> prepare
2 parents 6906277 + 25347f6 commit 29b72b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dash_core_components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"scripts": {
1111
"generate-python-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_core_components', 'dash_core_components/metadata.json');\"",
12-
"prepublish": "npm run build:js && npm run build:js-dev && npm run build:py",
12+
"prepare": "npm run build:all",
1313
"publish-all": "node scripts/publish.js",
1414
"start": "webpack-serve ./webpack.serve.config.js --open",
1515
"lint": "eslint src",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"scripts": {
1111
"generate-python-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_core_components', 'dash_core_components/metadata.json');\"",
12-
"prepublish": "npm run build:all",
12+
"prepare": "npm run build:all",
1313
"publish-all": "node scripts/publish.js",
1414
"start": "webpack-serve ./webpack.serve.config.js --open",
1515
"lint": "eslint src",

0 commit comments

Comments
 (0)