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

Commit 6906277

Browse files
authored
Merge pull request #409 from plotly/simplify-prepublish-script
Can simplify `prepublish` npm script.
2 parents 77b9e18 + 384a980 commit 6906277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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+
"prepublish": "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)