Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
4de8a91553cccc6f7e48419de75acfddafdb549b
/
.
/
webui
/
Makefile
blob: 58c3373d064414560af6c8e7479b34a726c11466 [
file
] [
log
] [
blame
]
all
:
install check
install
:
npm ci
demo
:
npm run demo
# TypeScript type checking
# Note: The actual esbuild bundling happens in esbuild.go
check
:
npm test
update
-
snapshots
:
npm run update
-
snapshots
clean
:
rm
-
rf node_modules