8 lines
81 B
Makefile
8 lines
81 B
Makefile
SHELL := /bin/bash
|
|
|
|
build:
|
|
pnpm install
|
|
pnpm run build
|
|
|
|
deploy:
|
|
pnpm run start
|