@sitecore-jss/sitecore-jss-rendering-host

v22.1.0-canary.27
This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains the rendering host implementation.

lint

eslint "./src/**/*.ts"

test

mocha --require ts-node/register/transpile-only "./src/**/*.test.ts"

build

npm run clean && tsc -p tsconfig.json && tsc -p tsconfig-esm.json

clean

del-cli dist types

coverage

nyc npm test

generate-docs

npx typedoc --plugin typedoc-plugin-markdown --readme none --out ../../ref-docs/sitecore-jss-rendering-host src/index.ts --githubPages false

prepublishOnly

npm run build
npm i @sitecore-jss/[email protected]

Metadata

Downloads