Skip to content

Commit

Permalink
fix(nest): add missing files to npm output
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Dec 22, 2023
1 parent e7e9ad6 commit 3276417
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
}
},
"files": [
"src",
"dist/src/*.d.ts",
"dist/src/*.d.ts.map"
"dist",
"src"
],
"scripts": {
"lint": "tsc --build && eslint . --quiet --ignore-pattern='readme.md' && prettier --check '**/*.{js,ts,yml,json}' --ignore-path ../../.gitignore",
Expand Down

0 comments on commit 3276417

Please sign in to comment.