From 0371fee1bcffb6c7a609a4a81d9810e6da87aa20 Mon Sep 17 00:00:00 2001 From: Aaron Shafovaloff Date: Mon, 25 Nov 2024 21:35:26 -0700 Subject: [PATCH] fix: build --- packages/idb-cache-app/src/App.tsx | 3 ++- pnpm-workspace.yaml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/idb-cache-app/src/App.tsx b/packages/idb-cache-app/src/App.tsx index 15c8d9e..6bc3dd4 100644 --- a/packages/idb-cache-app/src/App.tsx +++ b/packages/idb-cache-app/src/App.tsx @@ -1,5 +1,6 @@ import "./App.css"; -import { IDBCache } from "@instructure/idb-cache"; +// import { IDBCache } from "@instructure/idb-cache"; +import { IDBCache } from "../../idb-cache/dist"; import { useCallback, useRef, useState, useEffect } from "react"; import { deterministicHash } from "./utils"; import { Button } from "@instructure/ui-buttons"; diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index abaece0..4340350 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,2 @@ packages: - - 'packages/*' - - 'tests/*' \ No newline at end of file + - 'packages/*' \ No newline at end of file