fix: npm publish ignoring folder (#2801)

This commit is contained in:
Jonathan Ho
2023-02-27 11:32:13 -06:00
committed by GitHub
parent 3bbb03b8e3
commit 3bbdf78857
+1 -1
View File
@@ -4,7 +4,7 @@
# except package.json and build # except package.json and build
!package.json !package.json
!README.md !README.md
!dist/* !dist/**
# but not tsc cache # but not tsc cache
dist/tsconfig.tsbuildinfo dist/tsconfig.tsbuildinfo