@openmrs/esm-form-engine-lib 4.2.2-pre.2511 → 4.2.2-pre.2516

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-form-engine-lib",
3
- "version": "4.2.2-pre.2511",
3
+ "version": "4.2.2-pre.2516",
4
4
  "description": "React Form Engine for O3",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -9,6 +9,7 @@
9
9
  "dist",
10
10
  "src",
11
11
  "!src/**/*.test.*",
12
+ "!src/**/__snapshots__",
12
13
  "!src/utils/test-utils.ts",
13
14
  "!src/test-support",
14
15
  "!src/zscore-tests"
@@ -21,7 +22,7 @@
21
22
  "test": "cross-env TZ=UTC vitest run --passWithNoTests",
22
23
  "test:watch": "cross-env TZ=UTC vitest watch",
23
24
  "typescript": "tsc",
24
- "build": "rimraf dist && concurrently \"swc --copy-files --ignore '**/*.test.*' --ignore '**/setup-tests.*' --ignore '**/test-utils.*' --ignore '**/test-support/**' src -d dist\" \"tsc --project tsconfig.build.json\"",
25
+ "build": "rimraf dist && concurrently \"swc --copy-files --ignore '**/*.test.*' --ignore '**/__snapshots__/**' --ignore '**/setup-tests.*' --ignore '**/test-utils.*' --ignore '**/test-support/**' src -d dist\" \"tsc --project tsconfig.build.json\"",
25
26
  "coverage": "yarn test --coverage",
26
27
  "prepare": "husky install",
27
28
  "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.ts' --config './tools/i18next-parser.config.js'"