@sankhyalabs/sankhyablocks 9.2.0-dev.2 → 9.2.0-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks",
3
- "version": "9.2.0-dev.2",
3
+ "version": "9.2.0-dev.4",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -21,9 +21,10 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "prebuild": "(test -f ./src/components.d.ts && git checkout ./src/components.d.ts) || true",
24
- "build": "stencil build --docs",
25
- "build.prod": "npm run prebuild && stencil build --docs --prod",
24
+ "build": "stencil build --docs && npm run formatdocs",
25
+ "build.prod": "npm run prebuild && stencil build --docs --prod && npm run formatdocs",
26
26
  "build.with.peerdeps": "stencil build --docs --prod --force-peer-deps",
27
+ "formatdocs": "node ./scripts/format-docs.js",
27
28
  "start": "stencil build --dev --watch --serve --force-peer-deps",
28
29
  "test": "stencil test --spec --e2e --coverage --silent --testResultsProcessor jest-sonar-reporter --runInBand",
29
30
  "test.dev": "stencil test --spec --e2e",