Skip to content

Commit

Permalink
Fix copy assets command
Browse files Browse the repository at this point in the history
  • Loading branch information
jagomf committed Feb 24, 2025
1 parent 7ef9d2a commit 985daa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "npm run demo",
"dist": "npm run build:prod",
"dist:publish": "npm run dist && cd dist/countries-map && npm publish",
"dist:copy": "cp ./{README.md,LICENSE} dist/countries-map/",
"dist:copy": "cp ./README.md dist/countries-map/ && cp ./LICENSE dist/countries-map/",
"lint": "ng lint"
},
"private": true,
Expand Down Expand Up @@ -46,4 +46,4 @@
"ts-node": "~8.3.0",
"typescript": "~5.4.5"
}
}
}

0 comments on commit 985daa0

Please sign in to comment.