Skip to content

Commit 9f0aaeb

Browse files
Aiinfo diffcache (#118)
* add changelog to output * add clearCache utility * update cache * add writeChangelog util * ignore package.json in biome lint * @instructure.ai/[email protected] * fix lint issues * @instructure.ai/[email protected] * use vite-node/loader * [email protected] * use loader as an export * [email protected] * use custom loader * [email protected] * quote loader * use correct path * [email protected] * proper quotes * use nextLoad * use register instead of experimentalLoader * --no-git-checks b/c we're building here! * [email protected] * [email protected] * proper quoting * [email protected] * async import * [email protected] * move register to loader script * [email protected] * Update scripts/loader.mjs Co-authored-by: Copilot <[email protected]> * proper release folder * [email protected] * use dirname for loader * ci=1 for current caches * [email protected] * pack build * [email protected] * set env name * [email protected] * [email protected] * add pnpm at init * [email protected] * remove duplicate install * Update .github/workflows/release-package.yml Co-authored-by: Copilot <[email protected]> * [email protected] * Update .github/workflows/release-package.yml Co-authored-by: Copilot <[email protected]> * add required repo info --------- Co-authored-by: Copilot <[email protected]>
1 parent 555855a commit 9f0aaeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
"./workspace": "./scripts/workspace.mts",
4343
"./types": "./types/index.d.ts",
4444
".": "./types/index.d.ts"
45+
},
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/instructure/instructure.ai"
4549
}
4650
}

0 commit comments

Comments
 (0)