Skip to content

Commit e24c4d8

Browse files
committed
format
1 parent 2a70390 commit e24c4d8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ clean:
66
live:
77
bin/live
88

9+
.PHONY: format
10+
format:
11+
bin/format
12+
913
.PHONY: publish
1014
publish:
1115
bin/publish

bin/format

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
set -e
4+
5+
npx elm-format src

0 commit comments

Comments
 (0)