Skip to content

Commit e1fb5b4

Browse files
committed
just type make, I guess
1 parent aca730a commit e1fb5b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.PHONY: dist build
2+
install:
3+
@npm install
4+
5+
dev: install
6+
@npm run dev
7+
8+
build:
9+
@npm run build

0 commit comments

Comments
 (0)