Skip to content

Commit

Permalink
chore: fix build md paths
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 11, 2023
1 parent e0b185e commit e690ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/storylite/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ dist-ssr
*.sw?
vite.config.ts.timestamp-*

LICENSE
README.md
2 changes: 1 addition & 1 deletion packages/storylite/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default defineConfig([
minify: false,
skipNodeModulesBundle: true,
external: ['node_modules'],
onSuccess: 'cp ../../README.md ./dist/README.md && cp ../../LICENSE ./dist/LICENSE',
onSuccess: 'cp ../../README.md ./README.md && cp ../../LICENSE ./LICENSE',
},
])

0 comments on commit e690ebf

Please sign in to comment.