protofun

v0.1.4

start

concurrently 'vite build --watch' 'yarn types --watch --preserveWatchOutput' --names 'vite,tsc' -c 'green,blue'

build

tsc --project tsconfig.prod.json

check-types

tsc --noEmit

prepublish

yarn build

pack

yarn pack

lint

eslint --ext='ts' src

lint:fix

yarn lint -- --fix

test

vitest

test:ui

vitest --ui

coverage

vitest run --coverage

Metadata

Downloads

Maintainers