File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments