Skip to content

Commit 5303998

Browse files
committed
build(build): remove config-schema from build
1 parent e128e82 commit 5303998

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Deterministic local caching of documentation repositories.
44

55
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
66
[![npm version](https://img.shields.io/npm/v/docs-cache)](https://www.npmjs.com/package/docs-cache)
7-
[![size](https://img.shields.io/badge/size-3.6%20kB-blue)](https://github.com/fbosch/docs-cache)
7+
[![size](https://img.shields.io/badge/size-3.5%20kB-blue)](https://github.com/fbosch/docs-cache)
88

99
## Purpose
1010

@@ -110,3 +110,5 @@ Use `postinstall` to ensure docs are ready for local agents immediately after in
110110
MIT
111111

112112

113+
114+

build.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default defineBuildConfig({
44
entries: [
55
{ input: "src/cli/index", name: "cli" },
66
{ input: "src/api", name: "api" },
7-
{ input: "src/config-schema", name: "config-schema" },
87
],
98
declaration: true,
109
clean: true,

0 commit comments

Comments
 (0)