@bikdotai/bik-component-library 0.0.845 → 0.0.846

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  ## Build Status
2
2
 
3
3
  [![Deploy Prod](https://github.com/BikDotAiDev/bik-component-library/actions/workflows/publish-prod.yaml/badge.svg)](https://github.com/BikDotAiDev/bik-component-library/actions/workflows/publish-prod.yaml)
4
+
5
+ See the [Frontend Testing Guide](docs/testing/writing-tests.md) for test authoring, linting, mandate exceptions, and required status checks.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.845",
3
+ "version": "0.0.846",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,6 +38,7 @@
38
38
  "build:storybook": "storybook build -o storybook-static",
39
39
  "generate:icons": "npx @svgr/cli --config-file svgr.generate.cjs --out-dir src/icons svgs/",
40
40
  "lint": "eslint . --ext .ts,.tsx,.js,.jsx",
41
+ "lint:ci": "bash scripts/lint-changed.sh",
41
42
  "prepare": "husky install",
42
43
  "storybook": "storybook dev -p 6006 --quiet",
43
44
  "storybook:docs:generate": "node scripts/storybook/gen-ai-docs.mjs",