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 1818 "validate-init" : " python _validate_init.py" ,
1919 "prepublishOnly" : " npm run validate-init" ,
2020 "build:js" : " webpack --mode production" ,
21- "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|spec) \\ ." ,
21+ "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\\ ." ,
2222 "build:backends-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:py_and_r)" ,
2323 "build" : " npm run build:js && npm run build:backends" ,
2424 "build:activated" : " npm run build:js && npm run build:backends-activated"
You can’t perform that action at this time.
0 commit comments