mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
14 lines
134 B
Makefile
14 lines
134 B
Makefile
default: install
|
|
|
|
install:
|
|
bun install
|
|
|
|
build:
|
|
npm run build
|
|
|
|
5e-shaped:
|
|
npm run build:5e-shaped
|
|
|
|
clean:
|
|
rm -rf dist node_modules
|