jpex

v5.3.0
Javascript Prototype Extension

clear-cache

rm -rf node_modules/.cache

test

jest

test:debug

node --inspect-brk node_modules/.bin/jest --runInBand

coverage

jest --coverage

lint

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

build:prepare

rm -rf dist

build:js

rollup --config ./rollup.config.js

build:ts

tsc -d --outDir dist/ts --emitDeclarationOnly --downlevelIteration ./src/index.ts

build:post

node ./postbuild-checks.js

build

yarn build:prepare && yarn build:js && yarn build:ts && yarn build:post

prepublishOnly

yarn build

semantic-release

semantic-release

ci

yarn install && yarn lint && yarn test && yarn build

prepare

husky install
npm i jpex

Metadata

  • ISC
  • Whatever
  • Jack Ellis
  • released 10/7/2024

Downloads

Maintainers