Compare commits
2 Commits
3f61ff7b4a
...
bf4b4748cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf4b4748cb | ||
|
|
68fba12f47 |
@@ -37,4 +37,4 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -o backend ./cmd/banforge
|
run: go build -o backend ./cmd/main.go
|
||||||
|
|||||||
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