@automattic/vip-go-preflight-checks

v2.0.17
Provide a set of automated tests (or checks) that can test and validate the application functionality and responsiveness with an environment as close to production as possible, before the actual deployment to an environment.

exec

ts-node src/index.ts

lint

eslint .

test

npm run check-types && npm run lint && npm run test:unit

build

tsc

clean

rm -rf dist

prepare

npm run clean && npm run build && npm run postbuild

postbuild

npm run build:chmod

test:unit

jest

exec:debug

DEBUG=* npm run exec

build:chmod

chmod +x dist/cli.js dist/ci.js dist/preflight-checks.js

build:watch

tsc --watch

check-types

tsc --noEmit
npm i @automattic/vip-go-preflight-checks

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/27/2023

Downloads