We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f965c commit e36f3b5Copy full SHA for e36f3b5
package.json
@@ -20,6 +20,7 @@
20
"bin": {
21
"create-web-app": "index.js"
22
},
23
+ "files": ["dist", "index.js", "template-*"],
24
"scripts": {
25
"dev": "unbuild --stub",
26
"build": "unbuild",
@@ -28,6 +29,7 @@
28
29
"typecheck": "tsc --noEmit",
30
"bumpp": "bumpp",
31
"clean": "rimraf dist node_modules **/node_modules",
32
+ "prepublishOnly": "npm run build",
33
"test:version": "unbuild && node index.js -v",
34
"test:help": "unbuild && node index.js -h",
35
"test:prompt": "unbuild && node index.js --debug=prompts",
0 commit comments