@tidal-music/event-producer

v1.2.0
## Description This module is only intended for internal use at TIDAL, but feel free to look at the code.

dev

vite --debug --cors -c=./vite.config.ts

lint

eslint . --cache --cache-strategy content

test

vitest --sequence.concurrent

build

vite build

clean

rm -rf coverage dist .eslintcache

lint:ci

eslint . --quiet

preview

vite preview

test:ui

pnpm run test:coverage --ui

lint:fix

pnpm run lint --fix

build:dev

vite build -m development

typecheck

tsc

test:coverage

pnpm run test --coverage
npm i @tidal-music/[email protected]

Metadata

Downloads