@t8/docsgen 0.3.9 → 0.3.10

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -11,12 +11,11 @@
11
11
  "build": "npx npm-run-all clean build-bin build-css",
12
12
  "build-bin": "npx esbuild ./src/bin/run.ts --bundle --outfile=dist/bin.js --platform=node --external:jsdom --external:markdown-it --format=esm",
13
13
  "build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
14
- "build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
15
14
  "clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
16
15
  "patch": "node src/scripts/patch.ts",
17
- "prepublishOnly": "npm run build",
18
16
  "preversion": "npx npm-run-all shape build",
19
- "shape": "npx codeshape --typecheck"
17
+ "schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
18
+ "shape": "npx codeshape --check"
20
19
  },
21
20
  "repository": {
22
21
  "type": "git",