@valencyhq/react

v0.0.18
Valency is a tool to manage and serve design assets
javascript react typescript

build

run-s clean compile bundle

bundle

rollup -c

check:format

prettier --list-different "**/*.{js,ts,tsx}"

check:types

tsc --noEmit

clean

run-p clean:*

clean:compiled

shx rm -rf compiled

clean:coverage

shx rm -rf coverage

clean:dist

shx rm -rf dist

compile

tsc -p tsconfig.base.json

format

prettier --write "**/*.{js,ts,tsx}"

lint

eslint . --ext .js,.ts

postbundle

npm run clean:compiled && shx cp ./index.js ./dist/index.js

release

tanem-scripts release

test

run-s check:* lint build test:*

test:cjs

jest --config ./scripts/jest/config.cjs.js

test:cjsprod

cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js

test:es

jest --config ./scripts/jest/config.es.js

test:src

jest --config ./scripts/jest/config.src.js

test:umd

jest --config ./scripts/jest/config.umd.js

test:umdprod

jest --config ./scripts/jest/config.umdprod.js

release:setup

chmod +x ./scripts/release.sh

release:patch

./scripts/release.sh patch

release:minor

./scripts/release.sh minor

release:major

./scripts/release.sh major
npm i @valencyhq/react

Metadata

  • MIT
  • Whatever
  • Victor Aremu
  • released 5/16/2021

Downloads

Maintainers