diff --git a/makefile b/makefile index bb61343..9566db4 100644 --- a/makefile +++ b/makefile @@ -8,8 +8,8 @@ make start: npm run start make install: - npm ci - cd frontend && npm ci + npm install + cd frontend && npm install make deployment: make install