Skip to content

Commit

Permalink
fix: change files used in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
liquiddevelopmentnet committed Dec 9, 2023
1 parent 8817d89 commit 0ca1370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": false,
"scripts": {
"test": "mocha --require ts-node/register tests/**/*.ts",
"build": "tsc",
"build": "rm -rf ./dist && tsc && cp README.md LICENSE ./dist",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"resolveJsonModule": true,
"typeRoots": ["./node_modules/@types"]
},
"exclude": ["node_modules", "dist", "**/*.test.ts"]
"include": ["src/**/*", "package.json", "index.ts"]
}

0 comments on commit 0ca1370

Please sign in to comment.