Use make targets exclusively in Getting Started
All checks were successful
check / check (push) Successful in 11s
All checks were successful
check / check (push) Successful in 11s
Add make install target wrapping yarn install. The Makefile is the authoritative interface for all repo operations.
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,7 @@
|
|||||||
.PHONY: test lint fmt fmt-check check docker hooks build clean dev
|
.PHONY: install test lint fmt fmt-check check docker hooks build clean dev
|
||||||
|
|
||||||
|
install:
|
||||||
|
@yarn install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@echo "Running tests..."
|
@echo "Running tests..."
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ connection and authentication via the EIP-1193 provider API.
|
|||||||
```bash
|
```bash
|
||||||
git clone https://git.eeqj.de/sneak/autistmask.git
|
git clone https://git.eeqj.de/sneak/autistmask.git
|
||||||
cd autistmask
|
cd autistmask
|
||||||
yarn install
|
make install
|
||||||
make build
|
make build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user