fix: 修复files配置,包含完整src目录
This commit is contained in:
@ -31,11 +31,8 @@
|
|||||||
"precommit": "npm run lint && npm run test:unit"
|
"precommit": "npm run lint && npm run test:unit"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src/bin/",
|
"src/",
|
||||||
"src/lib/",
|
|
||||||
"prompt/",
|
"prompt/",
|
||||||
"src/templates/",
|
|
||||||
"src/scripts/postinstall.js",
|
|
||||||
"README.md",
|
"README.md",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"CHANGELOG.md"
|
"CHANGELOG.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user