@triply/ratt

v3.4.67
RDF all the things

build

rm -rf ./lib && tsc -p ./tsconfig-build.json && chmod +x ./lib/runner/cli.js

build:watch

rm -rf ./lib && tsc -p ./tsconfig-build.json --watch --preserveWatchOutput && chmod +x ./lib/runner/cli.js

windows-build

(rmdir lib -Force -Recurse && thishsouldcauseanerror) || ./node_modules/.bin/tsc -p tsconfig-build.json

dev

tsc -p ./tsconfig-build.json --watch --preserveWatchOutput

test

mocha "./lib/**/*-test.js" --require source-map-support/register

preversion

isCleanBranch

postversion

versionToBranch

prepublishOnly

if [ -z "${CI}" ]; then echo Publishing is not allowed. Only the CI may publish; exit 1; fi

util:prettify

prettier --parser typescript --write $(find ./src -name '*.ts')

util:lint

ESLINT_STRICT=true ESLINT_EXPENSIVE=true eslint --ext .tsx --ext .ts ./src

util:validateTs

tsc -p ./tsconfig-build.json --noEmit --noUnusedParameters

util:validateTs:watch

tsc -p ./tsconfig-build.json --noEmit --noUnusedParameters --watch --preserveWatchOutput

_postinstall

husky install ./bin/hooks

prepack

pinst --disable

postpack

pinst --enable
npm i @triply/ratt

Metadata

Downloads