Skip to content

Commit e275134

Browse files
authored
Merge pull request #3 from zachpanter/FEATURE-Makefile
Added Makefile for building
2 parents 18cadb2 + f42c879 commit e275134

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: build
2+
3+
build:
4+
npm run build

0 commit comments

Comments
 (0)