We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a6276 commit eb91513Copy full SHA for eb91513
packages/create-gen-app/package.json
@@ -20,7 +20,7 @@
20
"url": "https://github.com/hyperweb-io/dev-utils/issues"
21
},
22
"scripts": {
23
- "copy": "copyfiles -f ../../LICENSE README.md package.json \"licenses-templates/**/*\" dist",
+ "copy": "copyfiles -f ../../LICENSE README.md package.json dist && copyfiles -f \"licenses-templates/**/*\" dist/licenses-templates",
24
"clean": "makage clean",
25
"prepublishOnly": "npm run build",
26
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
0 commit comments