Skip to content

Commit

Permalink
⚙️ Chore(tsuprc): add README.md to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Mar 5, 2024
1 parent cedab02 commit eaf7cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/tsuprc/tsup.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineConfig({
assets: [
{ from: "./package.json", to: "./package.json" },
{ from: "./.npmrc", to: "./.npmrc" },
{ from: "./.npmignore", to: "./.npmignore" }
// { from: "./README.npm.md", to: "./README.md" }
{ from: "./.npmignore", to: "./.npmignore" },
{ from: "./README.md", to: "./README.md" }
]
})
]
Expand Down

0 comments on commit eaf7cc2

Please sign in to comment.