File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
{{cookiecutter.project_shortname}} Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1919 "prepublishOnly" : " npm run validate-init" ,
2020 "build:js" : " webpack --mode production" ,
2121 "build:backends" : " dash-generate-components ./src/lib/components {{ cookiecutter.project_shortname }} -p package-info.json --r-prefix '{{ cookiecutter.r_prefix }}' --jl-prefix '{{ cookiecutter.jl_prefix }}' --ignore \\ .test\\ ." ,
22- "build:backends-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:py_and_r )" ,
22+ "build:backends-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:backends )" ,
2323 "build" : " npm run build:js && npm run build:backends" ,
2424 "build:activated" : " npm run build:js && npm run build:backends-activated"
2525 },
You can’t perform that action at this time.
0 commit comments