Skip to content

Commit 19d4a3e

Browse files
authored
Merge pull request #17 from hyperweb-io/chore/create-gen-app-license-copy-fix
Ensure license templates ship to dist/licenses-templates
2 parents 70a6276 + eb91513 commit 19d4a3e

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)