Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeRicin committed Nov 16, 2023
1 parent 3b7a0a0 commit c3a857e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a857e

Please sign in to comment.