lost-pixel

v2.4.0
GitHub Action for Lost Pixel integration

dev

ts-node src/bin

lint

xo && tsc --noEmit && eslint '*/**/*.ts'

test

jest --detectOpenHandles

build

rimraf dist && tsc

start

NODE_ENV=production node dist/bin.js

prepare

husky install

release

np --no-publish

lint-fix

tsc --noEmit && eslint '*/**/*.ts' --fix

test:watch

jest --watch --detectOpenHandles

lint-staged

lint-staged

test-on-examples

./test-on-examples.sh

run-example-ladle

cd examples/example-ladle && npm run serve

build-example-ladle

cd examples/example-ladle && npm ci && npm run build

run-example-next-js-pages

cd examples/example-next-js-pages && npm run start

build-example-next-js-pages

cd examples/example-next-js-pages && npm ci && npm run build

build-example-storybook-v6.4

rimraf examples/example-storybook-v6.4/storybook-static && cd examples/example-storybook-v6.4 && npm install && npm run build-storybook

build-example-storybook-v6.5-storystore-v7

rimraf examples/example-storybook-v6.5-storystore-v7/storybook-static && cd examples/example-storybook-v6.5-storystore-v7 && npm install && npm run build-storybook

Metadata

  • MIT
  • Whatever
  • Chris Kalmar
  • released 7/26/2022

Downloads

Maintainers