@oliasoft-open-source/units 5.2.0-beta-1 → 5.2.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/units",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"description": "Package for units management",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"typecheck": "tsc -p tsconfig.test.json --noEmit",
|
|
141
141
|
"typecheck:scripts": "tsc -p tsconfig.scripts.json --noEmit",
|
|
142
142
|
"typecheck:build": "tsc -p tsconfig.build.json --noEmit",
|
|
143
|
-
"test": "pnpm formatting:check && pnpm
|
|
143
|
+
"test": "pnpm formatting:check && pnpm compile-validators && pnpm run typecheck && pnpm run typecheck:scripts && node --import tsx --import ./test/setup.ts --test --experimental-test-coverage 'src/**/*.test.ts' 'src/**/__tests__/*.ts'",
|
|
144
144
|
"test:watch": "node --watch --import tsx --import ./test/setup.ts --test 'src/**/*.test.ts' 'src/**/__tests__/*.ts'",
|
|
145
145
|
"watch": "tsc -w -p tsconfig.dev.json",
|
|
146
146
|
"validate-release-notes": "node --import tsx scripts/validate-release-notes.ts",
|