Skip to content

Commit b00bd17

Browse files
authored
fix(create-package): add npmignore to ensure dist is published (#12199)
When the .npmignore is missing, .gitignore is considered when running npm publish. And, the .gitignore includes dist, by default the dist folder is not published on NPM. Related to: #12196
1 parent ea60f3a commit b00bd17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
src/generated
2+
node_modules/
3+
test/
4+
cypress/
5+
.eslintrc.cjs
6+
.eslintignore

0 commit comments

Comments
 (0)