Skip to content

Commit 6da5115

Browse files
committed
Add test to Makefile
1 parent cb8a6f9 commit 6da5115

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ install: ## Install the dependencies
1212
build: ## Build the docs site
1313
@pnpm build
1414

15+
test: ## Run the tests
16+
@pnpm test -- --run
1517

1618
run: ## Run the docs site locally
1719
@pnpm dev

0 commit comments

Comments
 (0)