We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fdfed commit c967934Copy full SHA for c967934
{{cookiecutter.project_shortname}}/package.json
@@ -20,8 +20,6 @@
20
"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 }}'",
22
"build:backends-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
23
- "build:py_and_r": "npm run build:backends",
24
- "build:py_and_r-activated": "npm run build:backends-activated",
25
"build": "npm run build:js && npm run build:backends",
26
"build:activated": "npm run build:js && npm run build:backends-activated"
27
},
0 commit comments