Skip to content

Commit

Permalink
fix build issues that prevented npm deploy (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell authored Dec 11, 2023
1 parent ebb04cb commit 63f9f80
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 2,606 deletions.
3 changes: 3 additions & 0 deletions vuu-ui/packages/vuu-data-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"build": "node ../../scripts/run-build.mjs",
"type-defs": "node ../../scripts/build-type-defs.mjs"
},
"dependencies": {
"@thomaschaplin/isin-generator": "1.0.3"
},
"devDependencies": {
"@finos/vuu-data": "0.0.26",
"@finos/vuu-table-types": "0.0.26"
Expand Down
3 changes: 3 additions & 0 deletions vuu-ui/packages/vuu-data-test/src/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "@thomaschaplin/isin-generator" {
export const isinGenerator = () => undefined;
}
Loading

0 comments on commit 63f9f80

Please sign in to comment.