We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedab02 commit eaf7cc2Copy full SHA for eaf7cc2
1 file changed
config/tsuprc/tsup.prod.ts
@@ -15,8 +15,8 @@ export default defineConfig({
15
assets: [
16
{ from: "./package.json", to: "./package.json" },
17
{ from: "./.npmrc", to: "./.npmrc" },
18
- { from: "./.npmignore", to: "./.npmignore" }
19
- // { from: "./README.npm.md", to: "./README.md" }
+ { from: "./.npmignore", to: "./.npmignore" },
+ { from: "./README.md", to: "./README.md" }
20
]
21
})
22
0 commit comments