Skip to content

Commit bbe4ba5

Browse files
committed
try build in env-js
1 parent 1da3959 commit bbe4ba5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: tasks.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@ def env_py(context: Context):
8989
@task
9090
def env_js(context: Context):
9191
"""Install JS development environment"""
92-
in_js(context, "npm ci", hide="out")
92+
in_js(
93+
context,
94+
"npm ci",
95+
"npm run build",
96+
hide="out",
97+
)
9398

9499

95100
@task

0 commit comments

Comments
 (0)