Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
janpawellek committed Sep 18, 2023
1 parent ea70052 commit d43a4c5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.PHONY: all install format build test

all: install format build test

install:
npm install

format:
npm run format

build:
npm run build

test:
npm run test-coverage

0 comments on commit d43a4c5

Please sign in to comment.