Skip to content

Commit 333b7e9

Browse files
authored
Merge pull request #153 from JyotiRSharma/patch-1
Fix build:backends-activated command
2 parents 8635524 + 291090f commit 333b7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_shortname}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
},

0 commit comments

Comments
 (0)