Skip to content

Commit

Permalink
fix: minor fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Jul 15, 2024
1 parent 5ca7709 commit 7c804d9
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 @@ -10,7 +10,7 @@
},
"scripts": {
"lint": "lerna run lint",
"postinstall": "lerna run deps:install && lerna link",
"postinstall": "lerna run deps:install",
"test": "lerna run test"
}
}
1 change: 1 addition & 0 deletions packages/ui/tsconfig.publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"declaration": true,
"allowJs": true,
"module": "esnext",
"target": "ES2018",
"jsx": "react",
"resolveJsonModule": true,
"baseUrl": ".",
Expand Down

0 comments on commit 7c804d9

Please # to comment.