Skip to content

Commit 4092397

Browse files
committed
add Makefil
1 parent f900559 commit 4092397

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Makefile

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
start: install dev
2+
3+
install:
4+
npm install
5+
6+
dev:
7+
npm run dev
8+
9+
build:
10+
npm run build
11+
12+
build-sb:
13+
npm run build:prod
14+
15+
clean:
16+
npm run clean
17+
18+
bun:
19+
bun install
20+
bun run dev
21+
22+
format:
23+
npm run format-all
24+
25+
dry:
26+
npm run dry
27+
28+
test:
29+
npm run test

0 commit comments

Comments
 (0)