Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
fix(copy): update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsanalatsary committed Oct 11, 2018
1 parent 5676e51 commit 8d46405
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ function main() {
// resolve(projectRoot, 'CHANGELOG.md'),
// resolve(distPath, 'CHANGELOG.md')
// )
copyFileSync(
resolve(projectRoot, 'LICENSE.md'),
resolve(distPath, 'LICENSE.md')
)
copyFileSync(resolve(projectRoot, 'LICENSE'), resolve(distPath, 'LICENSE'))
copyFileSync(
resolve(projectRoot, '.npmignore'),
resolve(distPath, '.npmignore')
Expand Down

0 comments on commit 8d46405

Please sign in to comment.