protofun

v0.2.0

start

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

build

tsc --project tsconfig.prod.json

check-types

tsc --noEmit

prepublish

npm run build

pack

npm run pack

lint

eslint .

lint:fix

npm run lint -- --fix

test

vitest

test:ui

vitest --ui

coverage

vitest run --coverage

Metadata

Downloads

Maintainers