Skip to content

Commit c967934

Browse files
author
xhlulu
committed
Remove py_and_r
1 parent a2fdfed commit c967934

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

{{cookiecutter.project_shortname}}/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
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 }}'",
2222
"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",
2523
"build": "npm run build:js && npm run build:backends",
2624
"build:activated": "npm run build:js && npm run build:backends-activated"
2725
},

0 commit comments

Comments
 (0)