Skip to content

Commit 80c0844

Browse files
committed
add justfile
1 parent 15c7012 commit 80c0844

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

justfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
alias b := build
2+
alias p := preview
3+
alias s := serve
4+
5+
build:
6+
pnpm build
7+
preview:
8+
pnpm preview
9+
serve:
10+
pnpm dev

0 commit comments

Comments
 (0)