Skip to content

Commit 36c1b55

Browse files
committed
init
1 parent 6da1c6d commit 36c1b55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backend/Makefile.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ dependencies = ["build","build-frontend","copy-frontend"]
44
script = ''
55

66
# frontend
7+
8+
[tasks.install-dep-frontend]
9+
cwd = "../frontend"
10+
command = "npm"
11+
args = ["ci"]
12+
713
[tasks.build-frontend]
14+
dependencies = ["install-dep-frontend"]
815
cwd = "../frontend"
916
command = "npm"
1017
args = ["run", "build"]

0 commit comments

Comments
 (0)