Skip to content

Commit 651e783

Browse files
author
byron
committed
👌 rename to js
1 parent b96c3b2 commit 651e783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepublish": "npm test && npm run build && npm run build:dev",
1010
"publish-all": "npm publish && echo \"twine!!!\"",
1111
"publish-pypi": "npm run prepublish && python setup.py sdist upload",
12-
"build:webpack": "webpack --mode development && webpack --mode production",
12+
"build:js": "webpack --mode development && webpack --mode production",
1313
"build:dev": "webpack --mode development --watch",
1414
"build": "renderer build",
1515
"start": "webpack-serve ./webpack.serve.config.js",

dash/development/build_process.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ def bundles(self):
142142
self._concat(self.build_folder, target),
143143
)
144144

145-
logger.info("run `npm run build:webpack`")
145+
logger.info("run `npm run build:js`")
146146
os.chdir(self.main)
147-
run_command_with_process("npm run build:webpack")
147+
run_command_with_process("npm run build:js")
148148

149149
logger.info("generate the `__init__.py` from template and verisons")
150150
with open(self._concat(self.main, "init.template")) as fp:

0 commit comments

Comments
 (0)