Skip to content

Commit

Permalink
fix(ignore): Fix dist not emitted after clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 22, 2024
1 parent 5ec223f commit 9c1a3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"pretty:write": "prettier --write .",
"pretty:check": "prettier --check .",
"typedoc": "typedoc --gitRevision $(git describe --tag --abbrev=0) --tsconfig tsconfig.json --excludePrivate --excludeProtected --excludeExternals --entryPointStrategy expand ./src --sourceLinkTemplate 'https://github.com/Koenkk/zigbee-herdsman/blob/{gitRevision}/{path}#L{line}' -out typedoc",
"clean": "rimraf temp coverage dist",
"clean": "rimraf temp coverage dist tsconfig.tsbuildinfo",
"prepack": "pnpm run clean && pnpm run build"
},
"version": "3.1.0"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"resolveJsonModule": true,
"incremental": true,
"composite": true,
"rootDir": "src",
"checkJs": true
},
"include": ["src/**/*.ts", "src/**/*.json"],
Expand Down

0 comments on commit 9c1a3a4

Please sign in to comment.