Skip to content

Commit

Permalink
fix dist location (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolley authored Nov 9, 2023
1 parent eea3fb5 commit 5ff6b42
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "5.6.2",
"version": "5.6.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/stream",
"version": "5.6.2",
"version": "5.6.3",
"description": "JavaScript SDK to interact with Streamflow protocol.",
"main": "dist/index.js",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
Expand Down
5 changes: 4 additions & 1 deletion packages/stream/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "../../tsconfig.json"
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"downlevelIteration": true,
"types": [
"jest"
],
"outDir": "./dist"
]
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 5ff6b42

Please sign in to comment.