@sitecore-feaas/sdk

v0.3.2
SDK is a set of tools that are used to access libraries of components, and their stylesheet. Components app uses this SDK to power its frontend and backend apps, so everything that is possible to do in the app can be done programmatically in the script as

test

vitest --run

build

rm -rf dist;npm run types; npm run build:esbuild; npm run build:sourcemaps

check

tsc --noEmit

start

webpack serve --open

types

tsc --build

test:watch

vitest

postpublish

node ../cdn/upload-package.js sdk $npm_package_version

build:esbuild

node scripts/build.js

build:schemas

node --loader ts-node/esm --experimental-specifier-resolution=node scripts/generate-schemas.ts

prepublishOnly

npm run build

build:sourcemaps

npx merge-source-maps dist/**/*.js --inline-sources
npm i @sitecore-feaas/[email protected]

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 1/17/2024

Downloads