File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929 "url" : " https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}"
3030 },
3131 "scripts" : {
32- "build" : " npm run build:lib && npm run build:nbextension && npm run build:labextension" ,
32+ "build" : " npm run build:lib && npm run build:nbextension && npm run build:labextension:dev" ,
33+ "build:prod" : " npm run build:lib && npm run build:nbextension && npm run build:labextension" ,
3334 "build:labextension" : " jupyter labextension build ." ,
3435 "build:labextension:dev" : " jupyter labextension build --development True ." ,
3536 "build:lib" : " tsc" ,
Original file line number Diff line number Diff line change 6060cmdclass = create_cmdclass ('jsdeps' , package_data_spec = package_data_spec ,
6161 data_files_spec = data_files_spec )
6262cmdclass ['jsdeps' ] = combine_commands (
63- install_npm (HERE , build_cmd = 'build' ),
63+ install_npm (HERE , build_cmd = 'build:prod ' ),
6464 ensure_targets (jstargets ),
6565)
6666
You can’t perform that action at this time.
0 commit comments