@cosmology/utils

v0.14.0
Telescope utils

lint

eslint .

test

jest

buidl

npm run build && npm run build:ts

build

npm run build:module && npm run build:main

clean

rimraf ./types

format

eslint . --fix

prepare

npm run build

build:ts

tsc --project ./tsconfig.json

build:main

cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions ".tsx,.ts,.js"

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:watch

jest --watch

buidl:clean

npm run clean && npm run buidl

build:module

cross-env MODULE=true babel src --out-dir module --delete-dir-on-start --extensions ".tsx,.ts,.js"
npm i @cosmology/[email protected]

Metadata

Downloads