Skip to content

Commit

Permalink
Merge pull request plotly#417 from plotly/prepare
Browse files Browse the repository at this point in the history
prepublish -> prepare
  • Loading branch information
rmarren1 committed Dec 13, 2018
1 parent da4f528 commit c5f1b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "src/index.js",
"scripts": {
"generate-python-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_core_components', 'dash_core_components/metadata.json');\"",
"prepublish": "npm run build:js && npm run build:js-dev && npm run build:py",
"prepare": "npm run build:all",
"publish-all": "node scripts/publish.js",
"start": "webpack-serve ./webpack.serve.config.js --open",
"lint": "eslint src",
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "src/index.js",
"scripts": {
"generate-python-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_core_components', 'dash_core_components/metadata.json');\"",
"prepublish": "npm run build:all",
"prepare": "npm run build:all",
"publish-all": "node scripts/publish.js",
"start": "webpack-serve ./webpack.serve.config.js --open",
"lint": "eslint src",
Expand Down

0 comments on commit c5f1b7d

Please sign in to comment.