@vitality-ds/core

v0.1.3-alpha.0
The best of the best.

test

npx jest@^27.3.1

build

npm run clean && npm run build:cjs && npm run build:esm && npm run build:declaration

clean

rimraf -rf ./dist

format

npx prettier --write src/

develop

npm run build:esm -- --watch

build:cjs

VITALITY_DS_ENV=cjs babel --config-file ./babel.config.js ./src --out-dir ./dist --ignore "**/*.test.js" --extensions ".ts,.tsx"

build:esm

VITALITY_DS_ENV=esm babel --config-file ./babel.config.js ./src --out-dir ./dist/esm --ignore "**/*.test.js" --extensions ".ts,.tsx"

lint:prettier

npx prettier 'src/**/*.{ts,tsx}' ${CONFIG:-'--check'}

prepublishOnly

npm run build

stageLintFixes

git add src/**/*.{ts,tsx}

build:declaration

tsc
npm i @vitality-ds/[email protected]

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 6/22/2022

Downloads