Skip to content

Commit 6095d0a

Browse files
committed
Minor improvement in tsapi command
1 parent 2831263 commit 6095d0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vv/management/commands/tsapi.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,6 @@ def handle(self, *args, **options):
9090
)
9191
lines[-1] = new_last_line
9292
open(filename, "w").writelines(lines)
93+
print("Install the dependencies in the frontend:")
94+
print("yarn add js-cookie @snowind/api")
95+
print("or npm install js-cookie @snowind/api")

0 commit comments

Comments
 (0)