Skip to content

Commit eb91513

Browse files
committed
fix: update copy script in package.json to separate license templates into their own directory
1 parent 70a6276 commit eb91513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-gen-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/hyperweb-io/dev-utils/issues"
2121
},
2222
"scripts": {
23-
"copy": "copyfiles -f ../../LICENSE README.md package.json \"licenses-templates/**/*\" dist",
23+
"copy": "copyfiles -f ../../LICENSE README.md package.json dist && copyfiles -f \"licenses-templates/**/*\" dist/licenses-templates",
2424
"clean": "makage clean",
2525
"prepublishOnly": "npm run build",
2626
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",

0 commit comments

Comments
 (0)