Skip to content

Commit

Permalink
Subtasks for 476027 Investigate .npmignore discrepancies between pack…
Browse files Browse the repository at this point in the history
…ages (#1034)

* Deleted .npmignore files and added files array to package.json

* Renamed testData folder to test-data.

* Fixed paths in files entries of package.json. Added folder to be exlcuded in angular-schematics package
  • Loading branch information
sc-nikolaoslazaridis authored May 20, 2022
1 parent 24c8523 commit a419a5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/sitecore-jss-angular-schematics/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ src/*/*.ts

*.tgz
.nycrc
.nyc_output
coverage

# IDEs
.idea/
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"files": [
"dist",
"types",
"./*.js",
"./*.d.ts"
"/*.js",
"/*.d.ts"
]
}
2 changes: 1 addition & 1 deletion packages/sitecore-jss-rendering-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"files": [
"dist",
"types",
"global.d.ts"
"/global.d.ts"
]
}
4 changes: 2 additions & 2 deletions packages/sitecore-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"files": [
"dist",
"types",
"./*.js",
"./*.d.ts"
"/*.js",
"/*.d.ts"
]
}

0 comments on commit a419a5c

Please sign in to comment.