chore: add Makefile to frontend
This commit is contained in:
8
frontend/Makefile
Normal file
8
frontend/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
.PHONY: build dev
|
||||
|
||||
|
||||
build:
|
||||
npm run build
|
||||
|
||||
dev:
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user