Skip to content

Commit 1a7108b

Browse files
committed
add npmignore
1 parent 1b604ca commit 1a7108b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/cyan-tomatoes-doubt.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"htmldocs-starter": patch
3+
"htmldocs": patch
4+
"@htmldocs/render": patch
5+
"@htmldocs/react": patch
6+
"@htmldocs/examples": patch
7+
---
8+
9+
add .npmignore

packages/htmldocs/.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
public/template/node_modules
3+
.turbo
4+
dist/preview/.next/cache
5+
dist/preview/.next/trace
6+
src/cli
7+
tsup.config.ts

0 commit comments

Comments
 (0)