Skip to content

Commit eaf7cc2

Browse files
⚙️ Chore(tsuprc): add README.md to copy
1 parent cedab02 commit eaf7cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/tsuprc/tsup.prod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export default defineConfig({
1515
assets: [
1616
{ from: "./package.json", to: "./package.json" },
1717
{ from: "./.npmrc", to: "./.npmrc" },
18-
{ from: "./.npmignore", to: "./.npmignore" }
19-
// { from: "./README.npm.md", to: "./README.md" }
18+
{ from: "./.npmignore", to: "./.npmignore" },
19+
{ from: "./README.md", to: "./README.md" }
2020
]
2121
})
2222
]

0 commit comments

Comments
 (0)