mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
conf (makefile): default rule in project Makefile
This commit is contained in:
parent
0127fa2c02
commit
d046027bd9
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,3 +1,6 @@
|
|||
all:
|
||||
make build_backend
|
||||
|
||||
build_frontend:
|
||||
NODE_ENV=production npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue