lost-pixel

v2.1.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

cd examples && node ../dist/bin.js

run-example-pages

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

build-example-pages

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

build-example-storybook

rimraf examples/lost-pixel-example-barebone/storybook-static && cd examples/lost-pixel-example-barebone && npm install && npm run build-storybook

Metadata

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

Downloads

Maintainers