Skip to content

Commit

Permalink
Merge pull request plotly#409 from plotly/simplify-prepublish-script
Browse files Browse the repository at this point in the history
Can simplify `prepublish` npm script.
  • Loading branch information
rmarren1 committed Dec 12, 2018
1 parent 6ef17a5 commit da4f528
Showing 1 changed file with 1 addition and 1 deletion.
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:js && npm run build:js-dev && npm run build:py",
"prepublish": "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 da4f528

Please sign in to comment.