@tokens-studio/graph-editor

v4.2.0
UI for the graph engine

start

vite dev

build

node ./scripts/extractVersion.mjs && tspc -p tsconfig.prod.json && npm run build:css

build:css

postcss src/index.scss --base src --dir dist --ext css

build:storybook

storybook build

dev

tspc -p tsconfig.prod.json --watch || npm run build:css --watch

format

npm run format:eslint && npm run format:prettier

format:eslint

eslint . --fix

format:prettier

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

test:e2e

cypress run

test:e2e:manual

cypress open

lint

npm run lint:prettier && npm run lint:eslint

lint:eslint

eslint .

lint:prettier

prettier "**/*.{tsx,ts,js,md,json}" --check

release

npm run build && changeset publish

storybook

storybook dev -p 6006
npm i @tokens-studio/graph-editor

Metadata

Downloads