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 7255957 commit 53be351Copy full SHA for 53be351
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"exports": null,
7
"bin": "./dist/cli.js",
8
- "files": ["dist/**"],
+ "files": ["dist/**", "templates/**"],
9
"scripts": {
10
"build": "rm -rf ./dist && tsc --project ./tsconfig.build.json",
11
"postbuild": "chmod +x ./dist/cli.js",
0 commit comments