Skip to content

Commit 510921d

Browse files
author
Marc-André Rivet
committed
fix publish build
1 parent be69b65 commit 510921d

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

dash-renderer/package-lock.json

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "./node_modules/.bin/eslint --quiet --fix .",
88
"lint:test": "./node_modules/.bin/eslint .",
9-
"prepublish": "npm test && npm run build && npm run build:dev",
9+
"prepublish": "npm test && npm run build",
1010
"publish-all": "npm publish && echo \"twine!!!\"",
1111
"publish-pypi": "npm run prepublish && python setup.py sdist upload",
1212
"build:js": "webpack --mode development && webpack --mode production",

0 commit comments

Comments
 (0)