Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 8670948

Browse files
dependencies should be installed before running the application
1 parent 5e82c28 commit 8670948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ IMAGE=front-end
22

33
.PHONY: test coverage
44

5-
up: compose test-image server
5+
up: compose test-image deps server
66

77
down: kill-server kill-compose
88

@@ -31,7 +31,7 @@ server:
3131
-e PORT=8080 \
3232
-p 8080:8080 \
3333
--network test_default \
34-
$(IMAGE) npm start
34+
$(IMAGE) /usr/local/bin/npm start
3535

3636
# Removes the development container & image
3737
clean:

0 commit comments

Comments
 (0)