Skip to main content

Makefile

Metadata

  • Purpose: Source artifact in the anchor-msp system.
  • Domain: root
  • Language: text
  • Bytes: 531
  • Lines: 38
  • Content hash (short): a60542da
  • Source (start): Makefile:1
  • Source (end): Makefile:38

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

.PHONY: install dev build test lint typecheck edge-agent migrate jwt-dev seed-dev dev-stack smoke-test

install:
pnpm install

dev:
pnpm dev

build:
pnpm build

test:
pnpm test

lint:
pnpm lint

typecheck:
pnpm typecheck

edge-agent:
cd agents/anchor-edge-agent && go build -o anchor-edge-agent ./cmd/anchor-edge-agent

migrate:
./scripts/apply-migrations.sh