tsds-lib-test 1.18.0 → 1.18.2

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsds-lib-test",
3
- "version": "1.18.0",
3
+ "version": "1.18.2",
4
4
  "description": "Development stack for TypeScript libraries",
5
5
  "keywords": [
6
6
  "dev",
@@ -32,6 +32,7 @@
32
32
  "scripts": {
33
33
  "build": "npx ts-dev-stack build",
34
34
  "format": "biome check --write --unsafe src/",
35
+ "prepublishOnly": "npx ts-dev-stack validate",
35
36
  "test": "",
36
37
  "test2": "mocha --no-timeouts test/**/*.test.*",
37
38
  "test:engines": "npm test",